NIMQChatChannelManager Protocol Reference

Conforms to NSObject
Declared in NIMQChatChannelManagerProtocol.h

Overview

圈组频道管理器

– createChannel:completion: required method

创建圈组频道

- (void)createChannel:(NIMQChatCreateChannelParam *)param completion:(nullable NIMQChatCreateChannelHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

创建圈组频道

Declared In

NIMQChatChannelManagerProtocol.h

– deleteChannel:completion: required method

删除圈组频道

- (void)deleteChannel:(NIMQChatDeleteChannelParam *)param completion:(nullable NIMQChatHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

删除圈组频道

Declared In

NIMQChatChannelManagerProtocol.h

– updateChannel:completion: required method

修改圈组频道信息

- (void)updateChannel:(NIMQChatUpdateChannelParam *)param completion:(nullable NIMQChatUpdateChannelHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

修改圈组频道信息

Declared In

NIMQChatChannelManagerProtocol.h

– getChannels:completion: required method

查询圈组频道信息

- (void)getChannels:(NIMQChatGetChannelsParam *)param completion:(nullable NIMQChatGetChannelsHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

查询圈组频道信息

Declared In

NIMQChatChannelManagerProtocol.h

– getChannelsByPage:completion: required method

分页查询圈组频道信息

- (void)getChannelsByPage:(NIMQChatGetChannelsByPageParam *)param completion:(nullable NIMQChatGetChannelsByPageHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

分页查询圈组频道信息

Declared In

NIMQChatChannelManagerProtocol.h

– subscribeChannel:completion: required method

订阅频道请求

- (void)subscribeChannel:(NIMQChatSubscribeChannelParam *)param completion:(nullable NIMQChatHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

订阅频道请求

Declared In

NIMQChatChannelManagerProtocol.h

– getChannelUnreadInfos:completion: required method

查询未读信息

- (void)getChannelUnreadInfos:(NIMQChatGetChannelUnreadInfosParam *)param completion:(nullable NIMQChatGetChannelUnreadInfosHandler)completion

Discussion

查询未读信息

Declared In

NIMQChatChannelManagerProtocol.h

– getChannelMembersByPage:completion: required method

分页查询圈组频道成员

- (void)getChannelMembersByPage:(NIMQChatGetChannelMembersByPageParam *)param completion:(nullable NIMQChatGetChannelMembersByPageHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

分页查询圈组频道成员

Declared In

NIMQChatChannelManagerProtocol.h

– getBlackWhiteMembersByPage:completion: required method

分页查询频道黑白名单成员列表

- (void)getBlackWhiteMembersByPage:(NIMQChatGetChannelBlackWhiteMembersByPageParam *)param completion:(nullable NIMQChatGetChannelBlackWhiteMembersByPageHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

分页查询频道黑白名单成员列表

Declared In

NIMQChatChannelManagerProtocol.h

– updateBlackWhiteMembers:completion: required method

更新频道黑白名单成员

- (void)updateBlackWhiteMembers:(NIMQChatUpdateChannelBlackWhiteMembersParam *)param completion:(nullable NIMQChatHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

更新频道黑白名单成员

Declared In

NIMQChatChannelManagerProtocol.h

– getBlackWhiteRolesByPage:completion: required method

分页查询频道黑白名单身份组列表

- (void)getBlackWhiteRolesByPage:(NIMQChatGetChannelBlackWhiteRolesByPageParam *)param completion:(nullable NIMQChatGetChannelBlackWhiteRolesByPageHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

分页查询频道黑白名单身份组列表

Declared In

NIMQChatChannelManagerProtocol.h

– updateBlackWhiteRole:completion: required method

更新频道黑白名单身份组

- (void)updateBlackWhiteRole:(NIMQChatUpdateChannelBlackWhiteRoleParam *)param completion:(nullable NIMQChatHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

更新频道黑白名单身份组

Declared In

NIMQChatChannelManagerProtocol.h

– getExistingChannelBlackWhiteRoles:completion: required method

批量查询频道黑白名单身份组列表

- (void)getExistingChannelBlackWhiteRoles:(NIMQChatGetExistingChannelBlackWhiteRolesParam *)param completion:(nullable NIMQChatGetExistingChannelBlackWhiteRolesHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

批量查询频道黑白名单身份组列表

Declared In

NIMQChatChannelManagerProtocol.h

– getExistingChannelBlackWhiteMembers:completion: required method

批量查询频道黑白名单成员列表

- (void)getExistingChannelBlackWhiteMembers:(NIMQChatGetExistingChannelBlackWhiteMembersParam *)param completion:(nullable NIMQChatGetExistingChannelBlackWhiteMembersHandler)completion

Parameters

param

传入参数

completion

结果回调

Discussion

批量查询频道黑白名单成员列表

Declared In

NIMQChatChannelManagerProtocol.h

– addDelegate: required method

添加通知对象

- (void)addDelegate:(id<NIMQChatChannelManagerDelegate>)delegate

Parameters

delegate

通知对象

Discussion

添加通知对象

Declared In

NIMQChatChannelManagerProtocol.h

– removeDelegate: required method

移除通知对象

- (void)removeDelegate:(id<NIMQChatChannelManagerDelegate>)delegate

Parameters

delegate

通知对象

Discussion

移除通知对象

Declared In

NIMQChatChannelManagerProtocol.h