NIMPushNotificationProfile Constants Reference
| Declared in | NIMPushNotificationSetting.h | 
|---|
NIMPushNotificationProfile
推送消息等级配置类型
低等级消息:普通消息等(没有具体目标、没有@意愿)。中等级消息:@所有人等(没有具体目标、有@意愿)。高等级消息: @某些人等(有具体目标、有@意愿)
Definition
typedef NS_ENUM(NSInteger, NIMPushNotificationProfile ) {
                            
                               NIMPushNotificationProfileNotSet = 0,
                            
                               NIMPushNotificationProfileEnableAll = 1,
                            
                               NIMPushNotificationProfileOnlyHighAndMediumLevel = 2,
                            
                               NIMPushNotificationProfileOnlyHighLevel = 3,
                            
                               NIMPushNotificationProfileDisableAll = 4,
                            
                               NIMPushNotificationProfilePlatformDefault = 5,
                            
                            };
                    
                    Constants
NIMPushNotificationProfileNotSet- 
未指定
Declared In
NIMPushNotificationSetting.h. NIMPushNotificationProfileEnableAll- 
全部消息都收
Declared In
NIMPushNotificationSetting.h. NIMPushNotificationProfileOnlyHighAndMediumLevel- 
只收高、中等级消息
Declared In
NIMPushNotificationSetting.h. NIMPushNotificationProfileOnlyHighLevel- 
只收高等级消息
Declared In
NIMPushNotificationSetting.h. NIMPushNotificationProfileDisableAll- 
全部消息都不收
Declared In
NIMPushNotificationSetting.h. NIMPushNotificationProfilePlatformDefault- 
使用平台默认配置
Declared In
NIMPushNotificationSetting.h. 
Declared In
NIMPushNotificationSetting.h