NIMQChatSubscribeOperationType Constants Reference
| Declared in | NIMQChatDefs.h | 
|---|
NIMQChatSubscribeOperationType
Definition
typedef NS_ENUM(NSInteger, NIMQChatSubscribeOperationType ) {
                            
                               NIMQChatSubscribeOperationTypeSubscribe = 1,
                            
                               NIMQChatSubscribeOperationTypeUnsubscribe = 2,
                            
                            };