NIMQChatUpdateSystemNotificationParam Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMQChatUpdateSystemNotificationParam.h |
updateParam
更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容,必填
@property (nonnull, nonatomic, copy) NIMQChatUpdateParam *updateParamDiscussion
更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容,必填
Declared In
NIMQChatUpdateSystemNotificationParam.h
msgServerId
系统通知的服务端ID,必填
@property (nonatomic, assign) unsigned long long msgServerIdDiscussion
系统通知的服务端ID,必填
Declared In
NIMQChatUpdateSystemNotificationParam.h
notificationType
系统通知的类型,必填
@property (nonatomic, assign) NIMQChatSystemNotificationType notificationTypeDiscussion
系统通知的类型,必填
Declared In
NIMQChatUpdateSystemNotificationParam.h
body
系统通知内容
@property (nullable, nonatomic, copy) NSString *bodyDiscussion
系统通知内容
Declared In
NIMQChatUpdateSystemNotificationParam.h
extension
系统通知自定义扩展字段,推荐使用json格式
@property (nullable, nonatomic, copy) NSString *extensionDiscussion
系统通知自定义扩展字段,推荐使用json格式
Declared In
NIMQChatUpdateSystemNotificationParam.h
status
系统通知状态,大于等于10000有效
@property (nonatomic, assign) NSInteger statusDiscussion
系统通知状态,大于等于10000有效
Declared In
NIMQChatUpdateSystemNotificationParam.h