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

#import <NIMChatroomMemberRequest.h>

类 NIMChatroomMemberInfoUpdateRequest 继承关系图:

属性

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

详细描述

聊天室成员信息修改请求

属性说明

◆ antispamBusinessId

- (NSString*) antispamBusinessId
readwritenonatomicstrong

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

◆ needNotify

- (BOOL) needNotify
readwritenonatomicassign

是否需要通知

◆ needSave

- (BOOL) needSave
readwritenonatomicassign

更新的信息是否需要在服务器做持久化,只对固定成员生效,默认为 NO

◆ notifyExt

- (NSString*) notifyExt
readwritenonatomiccopy

操作通知事件扩展

◆ roomId

- (NSString*) roomId
readwritenonatomiccopy

聊天室ID

◆ updateInfo

- (NSDictionary*) updateInfo
readwritenonatomiccopy

需要更新的信息,修改传入的数据键值对是 {@(NIMChatroomMemberInfoUpdateTag) : NSString},无效数据将被过滤


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