NIM 跨平台 C++ SDK
|
#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< NIMQChatChannelIDInfo > | id_infos {} |
ID 列表 | |
|
default |
|
inline |
|
inline |
ChannelSubscribeCallback nim::QChatChannelSubscribeParam::cb {nullptr} |
回调函数
std::vector<NIMQChatChannelIDInfo> nim::QChatChannelSubscribeParam::id_infos {} |
ID 列表
NIMQChatSubscribeOpeType nim::QChatChannelSubscribeParam::ope_type {kNIMQChatSubscribeOpeTypeSubscribe} |
操作类型
NIMQChatSubscribeType nim::QChatChannelSubscribeParam::sub_type {kNIMQChatSubscribeTypeMsg} |
订阅类型