-
Notifications
You must be signed in to change notification settings - Fork 2
qchat_def.public_def.NIMQChatSystemNotificationType
qchat_def/public_def.NIMQChatSystemNotificationType
- kNIMQChatSystemNotificationTypeUnkonwn
- kNIMQChatSystemNotificationTypeMemberInvite
- kNIMQChatSystemNotificationTypeMemberInviteReject
- kNIMQChatSystemNotificationTypeMemberApply
- kNIMQChatSystemNotificationTypeMemberApplyReject
- kNIMQChatSystemNotificationTypeServerCreate
- kNIMQChatSystemNotificationTypeServerRemove
- kNIMQChatSystemNotificationTypeServerUpdate
- kNIMQChatSystemNotificationTypeMemberInviteDone
- kNIMQChatSystemNotificationTypeMemberInviteAccept
- kNIMQChatSystemNotificationTypeMemberApplyDone
- kNIMQChatSystemNotificationTypeMemberApplyAccept
- kNIMQChatSystemNotificationTypeMemberKick
- kNIMQChatSystemNotificationTypeMemberLeave
- kNIMQChatSystemNotificationTypeMemberUpdate
- kNIMQChatSystemNotificationTypeChannelCreate
- kNIMQChatSystemNotificationTypeChannelDelete
- kNIMQChatSystemNotificationTypeChannelUpdate
- kNIMQChatSystemNotificationTypeWhiteBlackRoleUpdate
- kNIMQChatSystemNotificationTypeWhiteBlackMembersUpdate
- kNIMQChatSystemNotificationTypeQuickCommentChanged
- kNIMQChatSystemNotificationTypeChannelCategoryCreate
- kNIMQChatSystemNotificationTypeChannelCategoryRemove
- kNIMQChatSystemNotificationTypeChannelCategoryUpdate
- kNIMQChatSystemNotificationTypeChannelCategoryWhiteBlackRoleUpdate
- kNIMQChatSystemNotificationTypeChannelCategoryWhiteBlackMembersUpdate
- kNIMQChatSystemNotificationTypeServerRoleAddMember
- kNIMQChatSystemNotificationTypeServerRoleRemoveMember
- kNIMQChatSystemNotificationTypeServerRolePermissionChange
- kNIMQChatSystemNotificationTypeChannelRolePermissionChange
- kNIMQChatSystemNotificationTypeMemberRolePermissionChange
- kNIMQChatSystemNotificationTypeChannelVisibilityChange
- kNIMQChatSystemNotificationTypeServerEnterLeave
- kNIMQChatSystemNotificationTypeServerJoinByInviteCode
- kNIMQChatSystemNotificationTypeChannelVisitorVisibilityChange
- kNIMQChatSystemNotificationTypeMyMemberInfoUpdated
- kNIMQChatSystemNotificationTypeCustom
• kNIMQChatSystemNotificationTypeUnkonwn = 0
未知类型系统通知
ts/qchat_def/public_def.ts:568
• kNIMQChatSystemNotificationTypeMemberInvite = 1
服务器成员邀请 msg_data: NULL
ts/qchat_def/public_def.ts:570
• kNIMQChatSystemNotificationTypeMemberInviteReject = 2
服务器成员邀请被拒绝 msg_data: NULL
ts/qchat_def/public_def.ts:572
• kNIMQChatSystemNotificationTypeMemberApply = 3
服务器成员申请 msg_data: NULL
ts/qchat_def/public_def.ts:574
• kNIMQChatSystemNotificationTypeMemberApplyReject = 4
服务器成员申请被拒绝 msg_data: NULL
ts/qchat_def/public_def.ts:576
• kNIMQChatSystemNotificationTypeServerCreate = 5
服务器创建 msg_data: NIMQChatSystemNotificationDataServerCreate
ts/qchat_def/public_def.ts:578
• kNIMQChatSystemNotificationTypeServerRemove = 6
服务器解散 msg_data: NULL
ts/qchat_def/public_def.ts:580
• kNIMQChatSystemNotificationTypeServerUpdate = 7
服务器更新 msg_data: NIMQChatSystemNotificationDataServerUpdate
ts/qchat_def/public_def.ts:582
• kNIMQChatSystemNotificationTypeMemberInviteDone = 8
服务器成员邀请完成 msg_data: NIMQChatSystemNotificationDataMemberInviteDone
ts/qchat_def/public_def.ts:584
• kNIMQChatSystemNotificationTypeMemberInviteAccept = 9
服务器成员邀请被接受 msg_data: NIMQChatSystemNotificationDataMemberInviteAccept
ts/qchat_def/public_def.ts:586
• kNIMQChatSystemNotificationTypeMemberApplyDone = 10
服务器成员申请完成 msg_data: NIMQChatSystemNotificationDataMemberApplyDone
ts/qchat_def/public_def.ts:588
• kNIMQChatSystemNotificationTypeMemberApplyAccept = 11
服务器成员申请被接受 msg_data: NIMQChatSystemNotificationDataMemberApplyAccept
ts/qchat_def/public_def.ts:590
• kNIMQChatSystemNotificationTypeMemberKick = 12
服务器成员被踢出 msg_data: NIMQChatSystemNotificationDataMemberKick
ts/qchat_def/public_def.ts:592
• kNIMQChatSystemNotificationTypeMemberLeave = 13
服务器成员离开 msg_data: NIMQChatSystemNotificationDataMemberLeave
ts/qchat_def/public_def.ts:594
• kNIMQChatSystemNotificationTypeMemberUpdate = 14
服务器成员更新 msg_data: NIMQChatSystemNotificationDataMemberUpdate
ts/qchat_def/public_def.ts:596
• kNIMQChatSystemNotificationTypeChannelCreate = 15
频道创建 msg_data: NIMQChatSystemNotificationDataChannelCreate
ts/qchat_def/public_def.ts:598
• kNIMQChatSystemNotificationTypeChannelDelete = 16
频道解散 msg_data: NULL
ts/qchat_def/public_def.ts:600
• kNIMQChatSystemNotificationTypeChannelUpdate = 17
频道更新 msg_data: NIMQChatSystemNotificationDataChannelUpdate
ts/qchat_def/public_def.ts:602
• kNIMQChatSystemNotificationTypeWhiteBlackRoleUpdate = 18
频道白/黑名单身份组更新 msg_data: NIMQChatSystemNotificationDataWhiteBlackRoleUpdate
ts/qchat_def/public_def.ts:604
• kNIMQChatSystemNotificationTypeWhiteBlackMembersUpdate = 19
频道白/黑名单成员更新 msg_data: NIMQChatSystemNotificationDataWhiteBlackMembersUpdate
ts/qchat_def/public_def.ts:606
• kNIMQChatSystemNotificationTypeQuickCommentChanged = 20
添加或删除快捷评论通知 msg_data: NIMQChatSystemNotificationQuickCommentChanged
ts/qchat_def/public_def.ts:608
• kNIMQChatSystemNotificationTypeChannelCategoryCreate = 21
创建频道分组 msg_data: NIMQChatSystemNotificationDataChannelCategoryCreate
ts/qchat_def/public_def.ts:610
• kNIMQChatSystemNotificationTypeChannelCategoryRemove = 22
删除频道分组 msg_data: NIMQChatSystemNotificationDataChannelCategoryRemove
ts/qchat_def/public_def.ts:612
• kNIMQChatSystemNotificationTypeChannelCategoryUpdate = 23
更新频道分组 msg_data: NIMQChatSystemNotificationDataChannelCategoryUpdate
ts/qchat_def/public_def.ts:614
• kNIMQChatSystemNotificationTypeChannelCategoryWhiteBlackRoleUpdate = 24
频道分组白/黑名单身份组更新 msg_data: NIMQChatSystemNotificationDataChannelCategoryWhiteBlackRoleUpdate
ts/qchat_def/public_def.ts:616
• kNIMQChatSystemNotificationTypeChannelCategoryWhiteBlackMembersUpdate = 25
频道分组白/黑名单成员更新 msg_data: NIMQChatSystemNotificationDataChannelCategoryWhiteBlackMembersUpdate
ts/qchat_def/public_def.ts:618
• kNIMQChatSystemNotificationTypeServerRoleAddMember = 26
服务器身份组加入成员 msg_data: NIMQChatSystemNotificationDataServerRoleAddMember
ts/qchat_def/public_def.ts:620
• kNIMQChatSystemNotificationTypeServerRoleRemoveMember = 27
服务器身份组移出成员 msg_data: NIMQChatSystemNotificationDataServerRoleRemoveMember
ts/qchat_def/public_def.ts:622
• kNIMQChatSystemNotificationTypeServerRolePermissionChange = 28
服务器身份组权限变更 msg_data: NIMQChatSystemNotificationDataServerRolePermissionChange
ts/qchat_def/public_def.ts:624
• kNIMQChatSystemNotificationTypeChannelRolePermissionChange = 29
频道定制身份组权限变更 msg_data: NIMQChatSystemNotificationDataChannelRolePermissionChange
ts/qchat_def/public_def.ts:626
• kNIMQChatSystemNotificationTypeMemberRolePermissionChange = 30
频道个人定制权限变更 msg_data: NIMQChatSystemNotificationDataMemberRolePermissionChange
ts/qchat_def/public_def.ts:628
• kNIMQChatSystemNotificationTypeChannelVisibilityChange = 31
频道对当前用户可见性变更 msg_data: NIMQChatSystemNotificationDataChannelVisibilityChange
ts/qchat_def/public_def.ts:630
• kNIMQChatSystemNotificationTypeServerEnterLeave = 32
当前用户进入/离开服务器 msg_data: NIMQChatSystemNotificationDataServerEnterLeave
ts/qchat_def/public_def.ts:632
• kNIMQChatSystemNotificationTypeServerJoinByInviteCode = 33
用户通过邀请码加入服务器 msg_data: NIMQChatSystemNotificationDataServerJoinByInviteCode
ts/qchat_def/public_def.ts:634
• kNIMQChatSystemNotificationTypeChannelVisitorVisibilityChange = 34
频道对游客可见性变更 msg_data: NIMQChatSystemNotificationDataChannelGuestVisibilityChange
ts/qchat_def/public_def.ts:636
• kNIMQChatSystemNotificationTypeMyMemberInfoUpdated = 35
当前用户服务器成员信息对IM资料的联动变更 msg_data: NIMQChatSystemNotificationDataMyMemberInfoUpdated
ts/qchat_def/public_def.ts:638
• kNIMQChatSystemNotificationTypeCustom = 100
自定义系统通知 msg_data: NULL
ts/qchat_def/public_def.ts:640
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def