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

#import <NIMQChatSystemNotificationSetting.h>

类 NIMQChatSystemNotificationSetting 继承关系图:

属性

BOOL persistEnable
 
BOOL pushEnable
 
BOOL needBadge
 
BOOL needPushNick
 
BOOL routeEnable
 

详细描述

自定义系统通知配置

属性说明

◆ needBadge

- (BOOL) needBadge
readwritenonatomicassign

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

◆ needPushNick

- (BOOL) needPushNick
readwritenonatomicassign

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

◆ persistEnable

- (BOOL) persistEnable
readwritenonatomicassign

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

◆ pushEnable

- (BOOL) pushEnable
readwritenonatomicassign

是否需要推送, 默认NO

◆ routeEnable

- (BOOL) routeEnable
readwritenonatomicassign

是否需要抄送, 默认YES


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