NIMSDK-iOS
载入中...
搜索中...
未找到
NIMPushNotificationSetting.h 文件参考
#import <Foundation/Foundation.h>

浏览源代码.

class  NIMPushNotificationSetting
 
class  NIMPushNotificationMultiportConfig
 

枚举

enum  NIMPushNotificationDisplayType { NIMPushNotificationDisplayTypeDetail = 1 , NIMPushNotificationDisplayTypeNoDetail = 2 }
 
enum  NIMPushNotificationProfile {
  NIMPushNotificationProfileNotSet = 0 , NIMPushNotificationProfileEnableAll = 1 , NIMPushNotificationProfileOnlyHighAndMediumLevel = 2 , NIMPushNotificationProfileOnlyHighLevel = 3 ,
  NIMPushNotificationProfileDisableAll = 4 , NIMPushNotificationProfilePlatformDefault = 5
}
 

枚举类型说明

◆ NIMPushNotificationDisplayType

推送消息显示类型

枚举值
NIMPushNotificationDisplayTypeDetail 

显示详情

NIMPushNotificationDisplayTypeNoDetail 

不显示详情

◆ NIMPushNotificationProfile

推送消息等级配置类型 @discussion 低等级消息:普通消息等(没有具体目标、没有@意愿)。中等级消息:@所有人等(没有具体目标、有@意愿)。高等级消息: @某些人等(有具体目标、有@意愿)

枚举值
NIMPushNotificationProfileNotSet 

未指定

NIMPushNotificationProfileEnableAll 

全部消息都收

NIMPushNotificationProfileOnlyHighAndMediumLevel 

只收高、中等级消息

NIMPushNotificationProfileOnlyHighLevel 

只收高等级消息

NIMPushNotificationProfileDisableAll 

全部消息都不收

NIMPushNotificationProfilePlatformDefault 

使用平台默认配置