NIMCustomSystemNotificationSetting Class Reference

Inherits from NSObject
Declared in NIMCustomSystemNotificationSetting.h

Overview

自定义系统通知配置

  shouldBeCounted

系统通知是否需要被计入苹果推送通知的未读计数

@property (nonatomic, assign) BOOL shouldBeCounted

Discussion

系统通知是否需要被计入苹果推送通知的未读计数

默认为YES。默认情况下,用户收到的自定义系统通知会在应用图标上累计未读。

Declared In

NIMCustomSystemNotificationSetting.h

  apnsEnabled

消息是否需要苹果推送

@property (nonatomic, assign) BOOL apnsEnabled

Discussion

消息是否需要苹果推送

默认为YES。将这个字段设为NO,消息将不再有苹果推送通知。

Declared In

NIMCustomSystemNotificationSetting.h

  apnsWithPrefix

苹果推送是否需要带前缀(一般为昵称)

@property (nonatomic, assign) BOOL apnsWithPrefix

Discussion

苹果推送是否需要带前缀(一般为昵称)

默认为NO。将这个字段设为YES,推送消息将带有前缀(xx:)。

Declared In

NIMCustomSystemNotificationSetting.h