NIMNotificationType Constants Reference
| Declared in | NIMNotificationContent.h | 
|---|
NIMNotificationType
通知类型
Definition
typedef NS_ENUM(NSInteger, NIMNotificationType ) {
                            
                               NIMNotificationTypeUnsupport = 0,
                            
                               NIMNotificationTypeTeam = 1,
                            
                               NIMNotificationTypeNetCall = 2,
                            
                               NIMNotificationTypeChatroom = 3,
                            
                               NIMNotificationTypeSuperTeam = 4,
                            
                            };
                    
                    Constants
NIMNotificationTypeUnsupport- 
未被支持的通知类型
Declared In
NIMNotificationContent.h. NIMNotificationTypeTeam- 
群通知
Declared In
NIMNotificationContent.h. NIMNotificationTypeNetCall- 
网络电话通知
Declared In
NIMNotificationContent.h. NIMNotificationTypeChatroom- 
聊天室通知
Declared In
NIMNotificationContent.h. NIMNotificationTypeSuperTeam- 
超大群通知
Declared In
NIMNotificationContent.h. 
Declared In
NIMNotificationContent.h