NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelParam类 参考

"订阅频道"接口入参 更多...

Public 成员函数

 QChatSubscribeChannelParam (@NonNull QChatSubscribeType type, @NonNull QChatSubscribeOperateType operateType, @NonNull List< QChatChannelIdInfo > channelIdInfos)
 
QChatSubscribeType getType ()
 获取订阅类型 更多...
 
QChatSubscribeOperateType getOperateType ()
 获取操作类型 更多...
 
List< QChatChannelIdInfogetChannelIdInfos ()
 获取操作的对象:channelInfo列表 更多...
 

详细描述

"订阅频道"接口入参

在文件 QChatSubscribeChannelParam.java18 行定义.

构造及析构函数说明

◆ QChatSubscribeChannelParam()

com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelParam.QChatSubscribeChannelParam ( @NonNull QChatSubscribeType  type,
@NonNull QChatSubscribeOperateType  operateType,
@NonNull List< QChatChannelIdInfo channelIdInfos 
)
参数
type订阅类型
operateType操作类型
channelIdInfos操作的对象, channelInfo列表

在文件 QChatSubscribeChannelParam.java43 行定义.

成员函数说明

◆ getChannelIdInfos()

List<QChatChannelIdInfo> com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelParam.getChannelIdInfos ( )

获取操作的对象:channelInfo列表

在文件 QChatSubscribeChannelParam.java78 行定义.

◆ getOperateType()

QChatSubscribeOperateType com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelParam.getOperateType ( )

获取操作类型

在文件 QChatSubscribeChannelParam.java70 行定义.

◆ getType()

QChatSubscribeType com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelParam.getType ( )

获取订阅类型

在文件 QChatSubscribeChannelParam.java62 行定义.


该类的文档由以下文件生成: