NIMQChatSendSystemNotificationParam Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMQChatSendSystemNotificationParam.h | 
  toType
	目标
@property (nonatomic, assign, readonly) NIMQChatSystemNotificationToType toTypeDiscussion
目标
Declared In
NIMQChatSendSystemNotificationParam.h
  serverId
	消息所属的服务器ID
@property (nonatomic, assign, readonly) unsigned long long serverIdDiscussion
消息所属的服务器ID
Declared In
NIMQChatSendSystemNotificationParam.h
  channelId
	消息所属的频道ID
@property (nonatomic, assign, readonly) unsigned long long channelIdDiscussion
消息所属的频道ID
Declared In
NIMQChatSendSystemNotificationParam.h
  toAccids
	通知接受者账号列表
@property (nullable, nonatomic, copy, readonly) NSArray<NSString*> *toAccidsDiscussion
通知接受者账号列表
Declared In
NIMQChatSendSystemNotificationParam.h
  body
	通知内容
@property (nullable, nonatomic, copy) NSString *bodyDiscussion
通知内容
Declared In
NIMQChatSendSystemNotificationParam.h
  attach
	消息附件
@property (nullable, nonatomic, copy) NSDictionary *attachDiscussion
消息附件
Declared In
NIMQChatSendSystemNotificationParam.h
  ext
	消息自定义扩展字段,推荐使用json格式
@property (nullable, nonatomic, copy) NSString *extDiscussion
消息自定义扩展字段,推荐使用json格式
Declared In
NIMQChatSendSystemNotificationParam.h
  pushPayload
	第三方自定义的推送属性,限制json
@property (nonatomic, copy) NSString *pushPayloadDiscussion
第三方自定义的推送属性,限制json
Declared In
NIMQChatSendSystemNotificationParam.h
  pushContent
	自定义推送文案
@property (nullable, nonatomic, copy) NSString *pushContentDiscussion
自定义推送文案
Declared In
NIMQChatSendSystemNotificationParam.h
  env
	环境变量
@property (nullable, nonatomic, copy) NSString *envDiscussion
环境变量
Declared In
NIMQChatSendSystemNotificationParam.h
  setting
	自定义系统通知设置
@property (nullable, nonatomic, copy) NIMQChatSystemNotificationSetting *settingDiscussion
自定义系统通知设置
可以通过这个字段制定当前通知的各种设置,如是否需要计入推送未读,是否需要带推送前缀等等
Declared In
NIMQChatSendSystemNotificationParam.h