NIMQChatChannelManager Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMQChatChannelManagerProtocol.h |
– 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
– updateCategoryInfoOfChannel:completion:
required method
修改圈组频道中所属分组相关信息
- (void)updateCategoryInfoOfChannel:(NIMQChatUpdateCategoryInfoOfChannelParam *)param completion:(nullable NIMQChatUpdateCategoryInfoOfChannelHandler)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 NIMQChatSubscribeChannelHandler)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
– createChannelCategory:completion:
required method
创建圈组频道分组
- (void)createChannelCategory:(NIMQChatCreateChannelCategoryParam *)param completion:(nullable NIMQChatCreateChannelCategoryHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
创建圈组频道分组
Declared In
NIMQChatChannelManagerProtocol.h
– deleteChannelCategory:completion:
required method
删除圈组频道分组
- (void)deleteChannelCategory:(NIMQChatDeleteChannelCategoryParam *)param completion:(nullable NIMQChatHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
删除圈组频道分组
Declared In
NIMQChatChannelManagerProtocol.h
– updateChannelCategory:completion:
required method
修改圈组频道分组信息
- (void)updateChannelCategory:(NIMQChatUpdateChannelCategoryParam *)param completion:(nullable NIMQChatUpdateChannelCategoryHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
修改圈组频道分组信息
Declared In
NIMQChatChannelManagerProtocol.h
– getChannelCategories:completion:
required method
查询圈组频道分组信息
- (void)getChannelCategories:(NIMQChatGetChannelCategoriesParam *)param completion:(nullable NIMQChatGetChannelCategoriesHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
查询圈组频道分组信息
Declared In
NIMQChatChannelManagerProtocol.h
– getChannelCategoryBlackWhiteMembersByPage:completion:
required method
分页查询频道分组黑白名单成员列表
- (void)getChannelCategoryBlackWhiteMembersByPage:(NIMQChatGetChannelCategoryBlackWhiteMembersByPageParam *)param completion:(nullable NIMQChatGetChannelCategoryBlackWhiteMembersByPageHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
分页查询频道分组黑白名单成员列表
Declared In
NIMQChatChannelManagerProtocol.h
– updateChannelCategoryBlackWhiteMembers:completion:
required method
更新频道分组黑白名单成员
- (void)updateChannelCategoryBlackWhiteMembers:(NIMQChatUpdateChannelCategoryBlackWhiteMembersParam *)param completion:(nullable NIMQChatHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
更新频道分组黑白名单成员
Declared In
NIMQChatChannelManagerProtocol.h
– getChannelCategoryBlackWhiteRolesByPage:completion:
required method
分页查询频道分组黑白名单身份组列表
- (void)getChannelCategoryBlackWhiteRolesByPage:(NIMQChatGetChannelCategoryBlackWhiteRolesByPageParam *)param completion:(nullable NIMQChatGetChannelCategoryBlackWhiteRolesByPageHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
分页查询频道分组黑白名单身份组列表
Declared In
NIMQChatChannelManagerProtocol.h
– updateChannelCategoryBlackWhiteRole:completion:
required method
更新频道分组黑白名单身份组
- (void)updateChannelCategoryBlackWhiteRole:(NIMQChatUpdateChannelCategoryBlackWhiteRoleParam *)param completion:(nullable NIMQChatHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
更新频道分组黑白名单身份组
Declared In
NIMQChatChannelManagerProtocol.h
– getExistingChannelCategoryBlackWhiteRoles:completion:
required method
批量查询频道分组黑白名单身份组列表
- (void)getExistingChannelCategoryBlackWhiteRoles:(NIMQChatGetExistingChannelCategoryBlackWhiteRolesParam *)param completion:(nullable NIMQChatGetExistingChannelCategoryBlackWhiteRolesHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
批量查询频道分组黑白名单身份组列表
Declared In
NIMQChatChannelManagerProtocol.h
– getExistingChannelCategoryBlackWhiteMembers:completion:
required method
批量查询频道分组黑白名单成员列表
- (void)getExistingChannelCategoryBlackWhiteMembers:(NIMQChatGetExistingChannelCategoryBlackWhiteMembersParam *)param completion:(nullable NIMQChatGetExistingChannelCategoryBlackWhiteMembersHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
批量查询频道分组黑白名单成员列表
Declared In
NIMQChatChannelManagerProtocol.h
– getChannelsInCategoryByPage:completion:
required method
分页查询频道分组内频道信息
- (void)getChannelsInCategoryByPage:(NIMQChatGetChannelsInCategoryByPageParam *)param completion:(nullable NIMQChatGetChannelsInCategoryByPageHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
分页查询频道分组内频道信息
Declared In
NIMQChatChannelManagerProtocol.h
– getCategoriesInServerByPage:completion:
required method
分页查询服务器内频道分组
- (void)getCategoriesInServerByPage:(NIMQChatGetCategoriesInServerByPageParam *)param completion:(nullable NIMQChatGetCategoriesInServerByPageHandler)completion
Parameters
param |
传入参数 |
---|---|
completion |
结果回调 |
Discussion
分页查询服务器内频道分组
Declared In
NIMQChatChannelManagerProtocol.h
– searchChannelByPage:completion:
required method
检索频道列表
- (void)searchChannelByPage:(NIMQChatSearchChannelByPageParam *)param completion:(nullable NIMQChatSearchChannelByPageHandler)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