NIMPushNotificationSetting Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMPushNotificationSetting.h |
type
推送消息显示类型
@property (nonatomic, assign) NIMPushNotificationDisplayType type
Discussion
推送消息显示类型
Declared In
NIMPushNotificationSetting.h
noDisturbing
推送消息是否开启免打扰 YES表示开启免打扰
@property (nonatomic, assign) BOOL noDisturbing
Discussion
推送消息是否开启免打扰 YES表示开启免打扰
Declared In
NIMPushNotificationSetting.h
noDisturbingStartH
免打扰开始时间:小时
@property (nonatomic, assign) NSUInteger noDisturbingStartH
Discussion
免打扰开始时间:小时
Declared In
NIMPushNotificationSetting.h
noDisturbingStartM
免打扰开始时间:分
@property (nonatomic, assign) NSUInteger noDisturbingStartM
Discussion
免打扰开始时间:分
Declared In
NIMPushNotificationSetting.h
noDisturbingEndH
免打扰结束时间:小时
@property (nonatomic, assign) NSUInteger noDisturbingEndH
Discussion
免打扰结束时间:小时
Declared In
NIMPushNotificationSetting.h
noDisturbingEndM
免打扰结束时间:分
@property (nonatomic, assign) NSUInteger noDisturbingEndM
Discussion
免打扰结束时间:分
Declared In
NIMPushNotificationSetting.h
profile
推送消息等级配置(当前仅在圈组中设置有效)
@property (nonatomic, assign) NIMPushNotificationProfile profile
Discussion
推送消息等级配置(当前仅在圈组中设置有效)
Declared In
NIMPushNotificationSetting.h