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

#import <NIMQChatUpdateSystemNotificationParam.h>

类 NIMQChatUpdateSystemNotificationParam 继承关系图:

属性

NIMQChatUpdateParamupdateParam
 
unsigned long long msgServerId
 
NIMQChatSystemNotificationType notificationType
 
NSString * body
 
NSString * extension
 
NSInteger status
 

详细描述

更新圈组系统通知的参数

属性说明

◆ body

- (NSString*) body
readwritenonatomiccopy

系统通知内容

◆ extension

- (NSString*) extension
readwritenonatomiccopy

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

◆ msgServerId

- (unsigned long long) msgServerId
readwritenonatomicassign

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

◆ notificationType

- (NIMQChatSystemNotificationType) notificationType
readwritenonatomicassign

系统通知的类型,必填

◆ status

- (NSInteger) status
readwritenonatomicassign

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

◆ updateParam

- (NIMQChatUpdateParam*) updateParam
readwritenonatomiccopy

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


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