NIMSDK-AOS  9.16.0
QChatChannelService.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat;
2 
3 import androidx.annotation.NonNull;
4 
5 import com.netease.nimlib.apt.annotation.NIMService;
66 
67 @NIMService("圈组频道服务")
68 public interface QChatChannelService {
75 
82 
89 
96 
103 
110 
116  InvocationFuture<Void> updateChannelBlackWhiteRoles(QChatUpdateChannelBlackWhiteRolesParam param);
117 
124 
131 
132 
138  InvocationFuture<Void> updateChannelBlackWhiteMembers(QChatUpdateChannelBlackWhiteMembersParam param);
139 
146 
153 
160 
170 
176  InvocationFuture<Void> updateUserChannelPushConfig(QChatUpdateUserChannelPushConfigParam param);
177 
184 
190  InvocationFuture<Void> updateUserChannelCategoryPushConfig(QChatUpdateUserChannelCategoryPushConfigParam param);
191 
198 
205 
211  InvocationFuture<Void> deleteChannelCategory(QChatDeleteChannelCategoryParam param);
212 
219 
226 
233 
239  InvocationFuture<Void> updateChannelCategoryBlackWhiteRoles(QChatUpdateChannelCategoryBlackWhiteRolesParam param);
240 
246  InvocationFuture<QChatGetChannelCategoryBlackWhiteRolesByPageResult> getChannelCategoryBlackWhiteRolesByPage(
248 
254  InvocationFuture<QChatGetExistingChannelCategoryBlackWhiteRolesResult> getExistingChannelCategoryBlackWhiteRoles(
256 
262  InvocationFuture<Void> updateChannelCategoryBlackWhiteMembers(QChatUpdateChannelCategoryBlackWhiteMembersParam param);
263 
269  InvocationFuture<QChatGetChannelCategoryBlackWhiteMembersByPageResult> getChannelCategoryBlackWhiteMembersByPage(
271 
277  InvocationFuture<QChatGetExistingChannelCategoryBlackWhiteMembersResult> getExistingChannelCategoryBlackWhiteMembers(
279 
286 
293 
300 
307 
314 }