NIMChatroomEventType Constants Reference
| Declared in | NIMChatroomNotificationContent.h |
|---|
NIMChatroomEventType
Chat room operation types
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-
Join a chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeExit-
Leave a chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddBlack-
Add a member to a blacklist
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveBlack-
Remove a member from a blacklist
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddMute-
Mute a member
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveMute-
Unmute a member
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddManager-
Assign the administrator role to a member
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveManager-
Revoke the administrator role from a member
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddCommon-
Assign the membership to a guest
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveCommon-
Revoke the membership from a guest
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeClosed-
The chat room is closed
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeInfoUpdated-
The chat room is updated
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeKicked-
A member is removed from a chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeAddMuteTemporarily-
A member is muted in the chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRemoveMuteTemporarily-
A member is unmuted in the chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeMemberUpdateInfo-
A member updates the profile in the chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeQueueChange-
Chat room queue changes
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRoomMuted-
The chat room is all muted. Only administrators can send messages. Other members are muted.
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRoomUnMuted-
The current chat room is unmuted
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeQueueBatchChange-
Notification for mutiple queue changes in the chat room
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeTagTempMuteAdd-
Mute members in a chat room by tag, including the muteDuration, targetTag, operator, and opeNick fields
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeTagTempMuteRemove-
Unmute members in a chat room by tag, including the muteDuration, targetTag, operator, and opeNick fields
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeRecall-
Messages in the chat room are recalled. The operator, target, msgTime, msgId, and ext fields are used.
Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeQueueBatchAdd-
Multiple elements are added to the queue in the chat room. The operator, target, msgTime, msgId, and ext fields are used.Declared In
NIMChatroomNotificationContent.h. NIMChatroomEventTypeUpdateTags-
Multiple tags of a chat room are updated
Declared In
NIMChatroomNotificationContent.h.
Declared In
NIMChatroomNotificationContent.h