NIMQChatSystemNotificationToType Constants Reference
| Declared in | NIMQChatDefs.h | 
|---|
NIMQChatSystemNotificationToType
Definition
typedef NS_ENUM(NSInteger, NIMQChatSystemNotificationToType ) {
                            
                               NIMQChatSystemNotificationToTypeServer = 1,
                            
                               NIMQChatSystemNotificationToTypeChannel = 2,
                            
                               NIMQChatSystemNotificationToTypeServerAccids = 3,
                            
                               NIMQChatSystemNotificationToTypeChannelAccids = 4,
                            
                            };
                    
                    Constants
NIMQChatSystemNotificationToTypeServer- 
服务器ID
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationToTypeChannel- 
服务器ID/频道ID
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationToTypeServerAccids- 
服务器ID/账号
Declared In
NIMQChatDefs.h. NIMQChatSystemNotificationToTypeChannelAccids- 
服务器ID/频道ID/账号
Declared In
NIMQChatDefs.h.