NIMQChatChannelSyncMode Constants Reference

Declared in NIMQChatDefs.h

NIMQChatChannelSyncMode

Definition

typedef NS_ENUM(NSInteger, NIMQChatChannelSyncMode ) {
   NIMQChatChannelSyncModeNone = -1,
   NIMQChatChannelSyncModeNotSync = 0,
   NIMQChatChannelSyncModeSync = 1,
};

Constants

NIMQChatChannelSyncModeNone

Declared In NIMQChatDefs.h.

NIMQChatChannelSyncModeNotSync

Declared In NIMQChatDefs.h.

NIMQChatChannelSyncModeSync

Declared In NIMQChatDefs.h.