NIMQChatUpdateSystemNotificationParam Class Reference

Inherits from NSObject
Declared in NIMQChatUpdateSystemNotificationParam.h

Overview

更新圈组系统通知的参数

  updateParam

更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容,必填

@property (nonnull, nonatomic, copy) NIMQChatUpdateParam *updateParam

Discussion

更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容,必填

Declared In

NIMQChatUpdateSystemNotificationParam.h

  msgServerId

系统通知的服务端ID,必填

@property (nonatomic, assign) unsigned long long msgServerId

Discussion

系统通知的服务端ID,必填

Declared In

NIMQChatUpdateSystemNotificationParam.h

  notificationType

系统通知的类型,必填

@property (nonatomic, assign) NIMQChatSystemNotificationType notificationType

Discussion

系统通知的类型,必填

Declared In

NIMQChatUpdateSystemNotificationParam.h

  body

系统通知内容

@property (nullable, nonatomic, copy) NSString *body

Discussion

系统通知内容

Declared In

NIMQChatUpdateSystemNotificationParam.h

  extension

系统通知自定义扩展字段,推荐使用json格式

@property (nullable, nonatomic, copy) NSString *extension

Discussion

系统通知自定义扩展字段,推荐使用json格式

Declared In

NIMQChatUpdateSystemNotificationParam.h

  status

系统通知状态,大于等于10000有效

@property (nonatomic, assign) NSInteger status

Discussion

系统通知状态,大于等于10000有效

Declared In

NIMQChatUpdateSystemNotificationParam.h