NIMChatroomQueueChangeType Constants Reference

Declared in NIMChatroomNotificationContent.h

NIMChatroomQueueChangeType

Chat room queue change types

Definition

typedef NS_ENUM(NSInteger, NIMChatroomQueueChangeType ) {
   NIMChatroomQueueChangeTypeInvalid = 0,
   NIMChatroomQueueChangeTypeOffer = 1,
   NIMChatroomQueueChangeTypePoll = 2,
   NIMChatroomQueueChangeTypeDrop = 3,
   NIMChatroomQueueChangeTypeUpdate = 5,
   NIMChatroomQueueChangeTypeBatchOffer = 6,
};

Constants

NIMChatroomQueueChangeTypeInvalid

Invalid or unknown change type

Declared In NIMChatroomNotificationContent.h.

NIMChatroomQueueChangeTypeOffer

New elements are added

Declared In NIMChatroomNotificationContent.h.

NIMChatroomQueueChangeTypePoll

Elements are popped up

Declared In NIMChatroomNotificationContent.h.

NIMChatroomQueueChangeTypeDrop

Elements are cleared

Declared In NIMChatroomNotificationContent.h.

NIMChatroomQueueChangeTypeUpdate

Elements are updated

Declared In NIMChatroomNotificationContent.h.

NIMChatroomQueueChangeTypeBatchOffer

Mutiple elements are added or updated

Declared In NIMChatroomNotificationContent.h.

Declared In

NIMChatroomNotificationContent.h