NIMQChatSystemNotificationType Constants Reference
| Declared in | NIMQChatDefs.h |
|---|
NIMQChatSystemNotificationType
系统通知类型
Definition
typedef NS_ENUM(NSInteger, NIMQChatSystemNotificationType ) {
NIMQChatSystemNotificationTypeServerMemberInvite = 1,
NIMQChatSystemNotificationTypeServerMemberInviteReject = 2,
NIMQChatSystemNotificationTypeServerMemberApply = 3,
NIMQChatSystemNotificationTypeServerMemberApplyReject = 4,
NIMQChatSystemNotificationTypeServerCreate = 5,
NIMQChatSystemNotificationTypeServerRemove = 6,
NIMQChatSystemNotificationTypeServerUpdate = 7,
NIMQChatSystemNotificationTypeServerMemberInviteDone = 8,
NIMQChatSystemNotificationTypeServerMemberInviteAccept = 9,
NIMQChatSystemNotificationTypeServerMemberApplyDone = 10,
NIMQChatSystemNotificationTypeServerMemberApplyAccept = 11,
NIMQChatSystemNotificationTypeServerMemberKick = 12,
NIMQChatSystemNotificationTypeServerMemberLeave = 13,
NIMQChatSystemNotificationTypeServerMemberUpdate = 14,
NIMQChatSystemNotificationTypeChannelCreate = 15,
NIMQChatSystemNotificationTypeChannelRemove = 16,
NIMQChatSystemNotificationTypeChannelUpdate = 17,
NIMQChatSystemNotificationTypeChannelUpdateWhiteBlackRole = 18,
NIMQChatSystemNotificationTypeChannelUpdateWhiteBlackMember = 19,
NIMQChatSystemNotificationTypeUpdateQuickComment = 20,
NIMQChatSystemNotificationTypeCreateChannelCategory = 21,
NIMQChatSystemNotificationTypeDeleteChannelCategory = 22,
NIMQChatSystemNotificationTypeUpdateChannelCategory = 23,
NIMQChatSystemNotificationTypeUpdateChannelCategoryBlackWhiteRole = 24,
NIMQChatSystemNotificationTypeUpdateChannelCategoryBlackWhiteMember = 25,
NIMQChatSystemNotificationTypeAddServerRoleMembers = 26,
NIMQChatSystemNotificationTypeRemoveServerRoleMembers = 27,
NIMQChatSystemNotificationTypeServerRoleAuthUpdate = 28,
NIMQChatSystemNotificationTypeChannelRoleAuthUpdate = 29,
NIMQChatSystemNotificationTypeMemberRoleAuthUpdate = 30,
NIMQChatSystemNotificationTypeChannelVisibilityUpdate = 31,
NIMQChatSystemNotificationTypeServerEnterLeave = 32,
NIMQChatSystemNotificationTypeServerMemberJoinByInviteCode = 33,
NIMQChatSystemNotificationTypeCustom = 100,
};
Constants
NIMQChatSystemNotificationTypeServerMemberInvite-
邀请服务器成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberInviteReject-
拒绝邀请
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberApply-
申请加入服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberApplyReject-
拒绝申请
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerCreate-
创建服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerRemove-
删除服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerUpdate-
修改服务器信息
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberInviteDone-
已邀请服务器成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberInviteAccept-
接受邀请
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberApplyDone-
已申请加入服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberApplyAccept-
接受申请
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberKick-
踢除服务器成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberLeave-
主动离开服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberUpdate-
修改服务器成员信息
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelCreate-
创建频道
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelRemove-
删除频道
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelUpdate-
修改频道信息
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelUpdateWhiteBlackRole-
频道修改黑白名单身份组
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelUpdateWhiteBlackMember-
频道修改黑白名单成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeUpdateQuickComment-
更新了消息的快捷评论
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeCreateChannelCategory-
新增频道分组
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeDeleteChannelCategory-
删除频道分组
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeUpdateChannelCategory-
修改频道分组
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeUpdateChannelCategoryBlackWhiteRole-
更新频道分组黑白名单身份组
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeUpdateChannelCategoryBlackWhiteMember-
更新频道分组黑白名单成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeAddServerRoleMembers-
加入服务器身份组成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeRemoveServerRoleMembers-
移除服务器身份组成员
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerRoleAuthUpdate-
更新服务器身份组权限
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelRoleAuthUpdate-
更新频道身份组权限
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeMemberRoleAuthUpdate-
更新频道中个人定制权限
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeChannelVisibilityUpdate-
系统通知类型
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerEnterLeave-
用户进入/离开服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeServerMemberJoinByInviteCode-
用户通过邀请码加入服务器
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationTypeCustom-
自定义信息
Declared In
NIMQChatDefs.h.
Declared In
NIMQChatDefs.h