NIMChatroomEventType Constants Reference
| Declared in | NIMChatroomNotificationContent.h | 
|---|
NIMChatroomEventType
聊天室操作类型
Definition
typedef NS_ENUM(NSInteger, NIMChatroomEventType ) {
                            
                               NIMChatroomEventTypeEnter = 301,
                            
                               NIMChatroomEventTypeExit = 302,
                            
                               NIMChatroomEventTypeAddBlack = 303,
                            
                               NIMChatroomEventTypeRemoveBlack = 304,
                            
                               NIMChatroomEventTypeAddMute = 305,
                            
                               NIMChatroomEventTypeRemoveMute = 306,
                            
                               NIMChatroomEventTypeAddManager = 307,
                            
                               NIMChatroomEventTypeRemoveManager = 308,
                            
                               NIMChatroomEventTypeAddCommon = 309,
                            
                               NIMChatroomEventTypeRemoveCommon = 310,
                            
                               NIMChatroomEventTypeClosed = 311,
                            
                               NIMChatroomEventTypeInfoUpdated = 312,
                            
                               NIMChatroomEventTypeKicked = 313,
                            
                               NIMChatroomEventTypeAddMuteTemporarily = 314,
                            
                               NIMChatroomEventTypeRemoveMuteTemporarily = 315,
                            
                               NIMChatroomEventTypeMemberUpdateInfo = 316,
                            
                               NIMChatroomEventTypeQueueChange = 317,
                            
                               NIMChatroomEventTypeRoomMuted = 318,
                            
                               NIMChatroomEventTypeRoomUnMuted = 319,
                            
                               NIMChatroomEventTypeQueueBatchChange = 320,
                            
                               NIMChatroomEventTypeTagTempMuteAdd = 321,
                            
                               NIMChatroomEventTypeTagTempMuteRemove = 322,
                            
                               NIMChatroomEventTypeRecall = 323,
                            
                               NIMChatroomEventTypeQueueBatchAdd = 324,
                            
                               NIMChatroomEventTypeUpdateTags = 325,
                            
                            };
                    
                    Constants
NIMChatroomEventTypeEnter- 
成员进入聊天室
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeExit- 
成员离开聊天室
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddBlack- 
成员被拉黑
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveBlack- 
成员被取消拉黑
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddMute- 
成员被设置禁言
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveMute- 
成员被取消禁言
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddManager- 
设置为管理员
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveManager- 
移除管理员
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddCommon- 
设置为固定成员
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveCommon- 
取消固定成员
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeClosed- 
聊天室被关闭
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeInfoUpdated- 
聊天室信息更新
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeKicked- 
聊天室成员被踢
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddMuteTemporarily- 
聊天室成员被临时禁言
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveMuteTemporarily- 
聊天室成员被解除临时禁言
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeMemberUpdateInfo- 
聊天室成员主动更新了聊天室的角色信息
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeQueueChange- 
聊天室通用队列变更的通知
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRoomMuted- 
聊天室被禁言了,只有管理员可以发言,其他人都处于禁言状态
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRoomUnMuted- 
聊天室不在禁言状态
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeQueueBatchChange- 
聊天室通用队列批量变更的通知
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeTagTempMuteAdd- 
聊天室新增标签禁言,包括的字段是muteDuration、targetTag、operator、opeNick字段
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeTagTempMuteRemove- 
聊天室移除标签禁言,包括的字段是muteDuration、targetTag、operator、opeNick字段
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRecall- 
聊天室消息撤回,包括的字段是operator、target、msgTime、msgId、ext字段
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeQueueBatchAdd- 
批量添加聊天室队列元素,包括的字段是ext、opeNick、operator、queueChange字段
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeUpdateTags- 
批量更新聊天室标签
Declared In
NIMChatroomNotificationContent.h. 
Declared In
NIMChatroomNotificationContent.h