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

#import <NIMChatroomQueueRequest.h>

类 NIMChatroomQueueBatchUpdateRequest 继承关系图:

属性

NSString * roomId
 
NSDictionary * elements
 
BOOL needNotify
 
NSString * notifyExt
 

详细描述

聊天室通用队列批量更新请求

属性说明

◆ elements

- (NSDictionary*) elements
readwritenonatomiccopy

批量更新元素的key-value对,key/value分别是elementKey和elementValue(elementKey限制128字节,elementValue限制4096字节),一次最多更新100个

◆ needNotify

- (BOOL) needNotify
readwritenonatomicassign

是否需要发送广播通知

◆ notifyExt

- (NSString*) notifyExt
readwritenonatomiccopy

通知中的自定义字段,长度限制2048

◆ roomId

- (NSString*) roomId
readwritenonatomiccopy

聊天室 ID


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