NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
param
QChatDeleteChannelParam.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.param;
2
3
import
androidx.annotation.NonNull;
4
8
public
class
QChatDeleteChannelParam
{
9
13
@NonNull
14
private
final
Long channelId;
15
20
public
QChatDeleteChannelParam
(
long
channelId) {
21
this.channelId = channelId;
22
}
23
28
@NonNull
29
public
Long
getChannelId
() {
30
return
channelId;
31
}
32
33
}
com.netease.nimlib.sdk.qchat.param.QChatDeleteChannelParam.QChatDeleteChannelParam
QChatDeleteChannelParam(long channelId)
Definition:
QChatDeleteChannelParam.java:20
com.netease.nimlib.sdk.qchat.param.QChatDeleteChannelParam
"删除Channel"接口入参
Definition:
QChatDeleteChannelParam.java:8
com.netease.nimlib.sdk.qchat.param.QChatDeleteChannelParam.getChannelId
Long getChannelId()
获取将要删除的频道Id
Definition:
QChatDeleteChannelParam.java:29
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13