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

#import <NIMChatroomUpdateRequest.h>

类 NIMChatroomUpdateRequest 继承关系图:

属性

NSString * roomId
 
NSDictionary * updateInfo
 
BOOL needNotify
 
NSString * notifyExt
 
NSString * antispamBusinessId
 

详细描述

聊天室信息更新请求

属性说明

◆ antispamBusinessId

- (NSString*) antispamBusinessId
readwritenonatomicstrong

对某些资料内容另外的反垃圾的业务ID

◆ needNotify

- (BOOL) needNotify
readwritenonatomicassign

是否需要通知, 默认NO

◆ notifyExt

- (NSString*) notifyExt
readwritenonatomiccopy

放到事件通知里的扩展字段

◆ roomId

- (NSString*) roomId
readwritenonatomiccopy

聊天室ID

◆ updateInfo

- (NSDictionary*) updateInfo
readwritenonatomiccopy

修改信息字段,修改传入的数据键值对是 {@(NIMChatroomUpdateTag) : NSString 或 NSNumber},无效数据将被过滤


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