NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
param
QChatGetChannelsParam.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.param;
2
3
import
androidx.annotation.NonNull;
4
5
import
java.util.List;
6
10
public
class
QChatGetChannelsParam
{
11
15
@NonNull
16
private
final
List<Long> channelIds;
17
22
public
QChatGetChannelsParam
(@NonNull List<Long> channelIds) {
23
this.channelIds = channelIds;
24
}
25
30
@NonNull
31
public
List<Long>
getChannelIds
() {
32
return
channelIds;
33
}
34
}
com.netease.nimlib.sdk.qchat.param.QChatGetChannelsParam
"查询channel信息"接口入参
Definition:
QChatGetChannelsParam.java:10
com.netease.nimlib.sdk.qchat.param.QChatGetChannelsParam.QChatGetChannelsParam
QChatGetChannelsParam(@NonNull List< Long > channelIds)
Definition:
QChatGetChannelsParam.java:22
com.netease.nimlib.sdk.qchat.param.QChatGetChannelsParam.getChannelIds
List< Long > getChannelIds()
获取查询的频道Id列表
Definition:
QChatGetChannelsParam.java:31
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13