NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::QChatChannelSubscribeParam结构体 参考

#include <nim_qchat_channel_cpp_def.h>

Public 成员函数

 QChatChannelSubscribeParam ()=default
 
 QChatChannelSubscribeParam (const NIMQChatChannelSubscribeParam &c_param)
 
NIMQChatChannelSubscribeParam ToCParam () const
 

Public 属性

ChannelSubscribeCallback cb {nullptr}
 回调函数
 
NIMQChatSubscribeOpeType ope_type {kNIMQChatSubscribeOpeTypeSubscribe}
 操作类型
 
NIMQChatSubscribeType sub_type {kNIMQChatSubscribeTypeMsg}
 订阅类型
 
std::vector< NIMQChatChannelIDInfoid_infos {}
 ID 列表
 

构造及析构函数说明

◆ QChatChannelSubscribeParam() [1/2]

nim::QChatChannelSubscribeParam::QChatChannelSubscribeParam ( )
default

◆ QChatChannelSubscribeParam() [2/2]

nim::QChatChannelSubscribeParam::QChatChannelSubscribeParam ( const NIMQChatChannelSubscribeParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatChannelSubscribeParam nim::QChatChannelSubscribeParam::ToCParam ( ) const
inline

类成员变量说明

◆ cb

ChannelSubscribeCallback nim::QChatChannelSubscribeParam::cb {nullptr}

回调函数

◆ id_infos

std::vector<NIMQChatChannelIDInfo> nim::QChatChannelSubscribeParam::id_infos {}

ID 列表

◆ ope_type

NIMQChatSubscribeOpeType nim::QChatChannelSubscribeParam::ope_type {kNIMQChatSubscribeOpeTypeSubscribe}

操作类型

◆ sub_type

NIMQChatSubscribeType nim::QChatChannelSubscribeParam::sub_type {kNIMQChatSubscribeTypeMsg}

订阅类型


该结构体的文档由以下文件生成: