#import <Foundation/Foundation.h>
浏览源代码.
◆ NIMPushNotificationDisplayType
推送消息显示类型
枚举值 |
---|
NIMPushNotificationDisplayTypeDetail | 显示详情
|
NIMPushNotificationDisplayTypeNoDetail | 不显示详情
|
◆ NIMPushNotificationProfile
推送消息等级配置类型 @discussion 低等级消息:普通消息等(没有具体目标、没有@意愿)。中等级消息:@所有人等(没有具体目标、有@意愿)。高等级消息: @某些人等(有具体目标、有@意愿)
枚举值 |
---|
NIMPushNotificationProfileNotSet | 未指定
|
NIMPushNotificationProfileEnableAll | 全部消息都收
|
NIMPushNotificationProfileOnlyHighAndMediumLevel | 只收高、中等级消息
|
NIMPushNotificationProfileOnlyHighLevel | 只收高等级消息
|
NIMPushNotificationProfileDisableAll | 全部消息都不收
|
NIMPushNotificationProfilePlatformDefault | 使用平台默认配置
|