9#import <Foundation/Foundation.h>
11#import "NIMQChatAPIDefs.h"
13NS_ASSUME_NONNULL_BEGIN
62@class NIMQChatGetChannelCategoryMembersByPageResult;
310@protocol NIMQChatChannelManagerDelegate <NSObject>
319@protocol NIMQChatChannelManager <NSObject>
451#pragma mark -- 频道分组 --
611- (void)addDelegate:(
id<NIMQChatChannelManagerDelegate>)delegate;
618- (void)removeDelegate:(
id<NIMQChatChannelManagerDelegate>)delegate;
void(^ NIMQChatSubscribeChannelHandler)(NSError *__nullable error, NIMQChatSubscribeChannelResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:281
void(^ NIMQChatGetUncategorizedChannelsByPageHandler)(NSError *__nullable error, NIMQChatGetUncategorizedChannelsByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:264
void(^ NIMQChatGetExistingChannelBlackWhiteRolesHandler)(NSError *__nullable error, NIMQChatGetExistingChannelBlackWhiteRolesResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:161
void(^ NIMQChatCreateChannelCategoryHandler)(NSError *__nullable error, NIMQChatChannelCategory *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:185
void(^ NIMQChatUpdateCategoryInfoOfChannelHandler)(NSError *__nullable error, NIMQChatChannel *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:127
void(^ NIMQChatGetChannelBlackWhiteRolesByPageHandler)(NSError *__nullable error, NIMQChatGetChannelBlackWhiteRolesByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:144
void(^ NIMQChatGetChannelsHandler)(NSError *__nullable error, NIMQChatGetChannelsResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:100
void(^ NIMQChatSearchChannelByPageHandler)(NSError *__nullable error, NIMQChatSearchChannelByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:273
void(^ NIMQChatUpdateChannelHandler)(NSError *__nullable error, NIMQChatChannel *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:118
void(^ NIMQChatGetChannelUnreadInfosHandler)(NSError *__nullable error, NIMQChatGetChannelUnreadInfosResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:177
void(^ NIMQChatGetCategoriesInServerByPageHandler)(NSError *__nullable error, NIMQChatGetCategoriesInServerByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:255
void(^ NIMQChatGetChannelCategoriesHandler)(NSError *__nullable error, NIMQChatGetChannelCategoriesResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:203
void(^ NIMQChatGetChannelMuteMemberByPageHandler)(NSError *__nullable error, NIMQChatGetChannelMuteMemberByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:305
void(^ NIMQChatSubscribeChannelAsVisitorHandler)(NSError *__nullable error, NIMQChatSubscribeChannelAsVisitorResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:289
void(^ NIMQChatGetChannelCategoryBlackWhiteMembersByPageHandler)(NSError *__nullable error, NIMQChatGetChannelCategoryBlackWhiteMembersByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:221
void(^ NIMQChatGetChannelBlackWhiteMembersByPageHandler)(NSError *__nullable error, NIMQChatGetChannelBlackWhiteMembersByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:153
void(^ NIMQChatGetChannelCategoryBlackWhiteRolesByPageHandler)(NSError *__nullable error, NIMQChatGetChannelCategoryBlackWhiteRolesByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:212
void(^ NIMQChatUpdateChannelCategoryHandler)(NSError *__nullable error, NIMQChatChannelCategory *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:194
void(^ NIMQChatGetChannelMembersByPageHandler)(NSError *__nullable error, NIMQChatGetChannelMembersByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:136
void(^ NIMQChatGetChannelsInCategoryByPageHandler)(NSError *__nullable error, NIMQChatGetChannelsInCategoryByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:246
void(^ NIMQChatCreateChannelHandler)(NSError *__nullable error, NIMQChatChannel *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:91
void(^ NIMQChatGetExistingChannelBlackWhiteMembersHandler)(NSError *__nullable error, NIMQChatGetExistingChannelBlackWhiteMembersResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:169
void(^ NIMQChatChannelMuteHandler)(NSError *__nullable error, NIMQChatMuteResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:297
void(^ NIMQChatGetExistingChannelCategoryBlackWhiteRolesHandler)(NSError *__nullable error, NIMQChatGetExistingChannelCategoryBlackWhiteRolesResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:229
void(^ NIMQChatGetChannelsByPageHandler)(NSError *__nullable error, NIMQChatGetChannelsByPageResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:109
void(^ NIMQChatGetExistingChannelCategoryBlackWhiteMembersHandler)(NSError *__nullable error, NIMQChatGetExistingChannelCategoryBlackWhiteMembersResult *__nullable result)
Definition: NIMQChatChannelManagerProtocol.h:237
void(^ NIMQChatHandler)(NSError *__nullable error)
Definition: NIMQChatDefs.h:280
Definition: NIMQChatChannelCategory.h:16
Definition: NIMQChatChannel.h:16
Definition: NIMQChatChannelMember.h:14
Definition: NIMQChatMuteModels.h:65
Definition: NIMQChatCreateChannelCategoryParam.h:18
Definition: NIMQChatCreateChannelParam.h:18
Definition: NIMQChatDeleteChannelCategoryParam.h:17
Definition: NIMQChatDeleteChannelParam.h:17
Definition: NIMQChatGetCategoriesInServerByPageParam.h:20
Definition: NIMQChatGetCategoriesInServerByPageResult.h:19
Definition: NIMQChatGetChannelBlackWhiteMembersByPageParam.h:19
Definition: NIMQChatGetChannelBlackWhiteMembersByPageResult.h:18
Definition: NIMQChatGetChannelBlackWhiteRolesByPageParam.h:19
Definition: NIMQChatGetChannelBlackWhiteRolesByPageResult.h:19
Definition: NIMQChatGetChannelCategoriesParam.h:17
Definition: NIMQChatGetChannelCategoriesResult.h:17
Definition: NIMQChatGetChannelCategoryBlackWhiteMembersByPageParam.h:19
Definition: NIMQChatGetChannelCategoryBlackWhiteMembersByPageResult.h:18
Definition: NIMQChatGetChannelCategoryBlackWhiteRolesByPageParam.h:19
Definition: NIMQChatGetChannelCategoryBlackWhiteRolesByPageResult.h:19
Definition: NIMQChatGetChannelMembersByPageParam.h:18
Definition: NIMQChatGetChannelMembersByPageResult.h:18
Definition: NIMQChatMuteModels.h:167
Definition: NIMQChatMuteModels.h:210
Definition: NIMQChatGetChannelUnreadInfosParam.h:19
Definition: NIMQChatGetChannelUnreadInfosResult.h:19
Definition: NIMQChatGetChannelsByPageParam.h:17
Definition: NIMQChatGetChannelsByPageResult.h:17
Definition: NIMQChatGetChannelsInCategoryByPageParam.h:19
Definition: NIMQChatGetChannelsInCategoryByPageResult.h:19
Definition: NIMQChatGetChannelsParam.h:17
Definition: NIMQChatGetChannelsResult.h:17
Definition: NIMQChatGetExistingChannelBlackWhiteMembersParam.h:19
Definition: NIMQChatGetExistingChannelBlackWhiteMembersResult.h:16
Definition: NIMQChatGetExistingChannelBlackWhiteRolesParam.h:19
Definition: NIMQChatGetExistingChannelBlackWhiteRolesResult.h:16
Definition: NIMQChatGetExistingChannelCategoryBlackWhiteMembersParam.h:19
Definition: NIMQChatGetExistingChannelCategoryBlackWhiteMembersResult.h:16
Definition: NIMQChatGetExistingChannelCategoryBlackWhiteRolesParam.h:19
Definition: NIMQChatGetExistingChannelCategoryBlackWhiteRolesResult.h:16
Definition: NIMQChatGetUncategorizedChannelsByPageParam.h:13
Definition: NIMQChatGetUncategorizedChannelsByPageResult.h:13
Definition: NIMQChatMuteModels.h:104
Definition: NIMQChatSearchChannelByPageParam.h:13
Definition: NIMQChatSearchChannelByPageResult.h:19
Definition: NIMQChatServerMember.h:15
Definition: NIMQChatServerRole.h:20
Definition: NIMQChatSubscribeChannelAsVisitorParam.h:19
Definition: NIMQChatSubscribeChannelAsVisitorResult.h:17
Definition: NIMQChatSubscribeParam.h:39
Definition: NIMQChatSubscribeChannelResult.h:17
Definition: NIMQChatUpdateCategoryInfoOfChannelParam.h:17
Definition: NIMQChatUpdateChannelBlackWhiteMembersParam.h:19
Definition: NIMQChatUpdateChannelBlackWhiteRoleParam.h:19
Definition: NIMQChatUpdateChannelCategoryBlackWhiteMembersParam.h:19
Definition: NIMQChatUpdateChannelCategoryBlackWhiteRoleParam.h:19
Definition: NIMQChatUpdateChannelCategoryParam.h:19
Definition: NIMQChatUpdateChannelParam.h:20