NIMSDK-iOS
载入中...
搜索中...
未找到
NIMPushNotificationSetting类 参考

#import <NIMPushNotificationSetting.h>

类 NIMPushNotificationSetting 继承关系图:

属性

NIMPushNotificationDisplayType type
 
BOOL noDisturbing
 
NSUInteger noDisturbingStartH
 
NSUInteger noDisturbingStartM
 
NSUInteger noDisturbingEndH
 
NSUInteger noDisturbingEndM
 
NIMPushNotificationProfile profile
 

详细描述

消息推送免打扰参数设置

属性说明

◆ noDisturbing

- (BOOL) noDisturbing
readwritenonatomicassign

推送消息是否开启免打扰 YES表示开启免打扰

◆ noDisturbingEndH

- (NSUInteger) noDisturbingEndH
readwritenonatomicassign

免打扰结束时间:小时

◆ noDisturbingEndM

- (NSUInteger) noDisturbingEndM
readwritenonatomicassign

免打扰结束时间:分

◆ noDisturbingStartH

- (NSUInteger) noDisturbingStartH
readwritenonatomicassign

免打扰开始时间:小时

◆ noDisturbingStartM

- (NSUInteger) noDisturbingStartM
readwritenonatomicassign

免打扰开始时间:分

◆ profile

- (NIMPushNotificationProfile) profile
readwritenonatomicassign

推送消息等级配置(当前仅在圈组中设置有效)

◆ type

- (NIMPushNotificationDisplayType) type
readwritenonatomicassign

推送消息显示类型


该类的文档由以下文件生成: