NIMChatroomQueueBatchChangeType Constants Reference

Declared in NIMChatroomNotificationContent.h

NIMChatroomQueueBatchChangeType

聊天室队列批量变更类型

Definition

typedef NS_ENUM(NSInteger, NIMChatroomQueueBatchChangeType ) {
   NIMChatroomQueueBatchChangeTypeInvalid = 0,
   NIMChatroomQueueBatchChangeTypePartClear = 4,
};

Constants

NIMChatroomQueueBatchChangeTypeInvalid

无效或未知变更类型

Declared In NIMChatroomNotificationContent.h.

NIMChatroomQueueBatchChangeTypePartClear

部分批量清理操作(发生在提交元素的用户掉线时,清理这个用户对应的key)

Declared In NIMChatroomNotificationContent.h.

Declared In

NIMChatroomNotificationContent.h