NIMQChatSystemNotificationSetting Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQChatSystemNotificationSetting.h

Overview

自定义系统通知配置

  persistEnable

是否存离线,只有toAccids不为空,才能设置为存离线,默认NO

@property (nonatomic, assign) BOOL persistEnable

Discussion

是否存离线,只有toAccids不为空,才能设置为存离线,默认NO

Declared In

NIMQChatSystemNotificationSetting.h

  pushEnable

是否需要推送, 默认NO

@property (nonatomic, assign) BOOL pushEnable

Discussion

是否需要推送, 默认NO

Declared In

NIMQChatSystemNotificationSetting.h

  needBadge

是否需要系统通知展示角标, 默认YES

@property (nonatomic, assign) BOOL needBadge

Discussion

是否需要系统通知展示角标, 默认YES

Declared In

NIMQChatSystemNotificationSetting.h

  needPushNick

是否需要推送昵称, 默认YES

@property (nonatomic, assign) BOOL needPushNick

Discussion

是否需要推送昵称, 默认YES

Declared In

NIMQChatSystemNotificationSetting.h