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

#include <nim_qchat_server_cpp_def.h>

Public 成员函数

 QChatServerSubscribeParam ()=default
 
 QChatServerSubscribeParam (const NIMQChatServerSubscribeParam &c_param)
 
NIMQChatServerSubscribeParam ToCParam () const
 

Public 属性

ServerSubscribeCallback cb {nullptr}
 回调函数
 
NIMQChatSubscribeOpeType ope_type {kNIMQChatSubscribeOpeTypeSubscribe}
 操作类型
 
NIMQChatSubscribeType sub_type {kNIMQChatSubscribeTypeServerNotification}
 订阅类型
 
std::vector< uint64_t > server_ids {}
 ID 列表
 

构造及析构函数说明

◆ QChatServerSubscribeParam() [1/2]

nim::QChatServerSubscribeParam::QChatServerSubscribeParam ( )
default

◆ QChatServerSubscribeParam() [2/2]

nim::QChatServerSubscribeParam::QChatServerSubscribeParam ( const NIMQChatServerSubscribeParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatServerSubscribeParam nim::QChatServerSubscribeParam::ToCParam ( ) const
inline

类成员变量说明

◆ cb

ServerSubscribeCallback nim::QChatServerSubscribeParam::cb {nullptr}

回调函数

◆ ope_type

NIMQChatSubscribeOpeType nim::QChatServerSubscribeParam::ope_type {kNIMQChatSubscribeOpeTypeSubscribe}

操作类型

◆ server_ids

std::vector<uint64_t> nim::QChatServerSubscribeParam::server_ids {}

ID 列表

◆ sub_type

NIMQChatSubscribeType nim::QChatServerSubscribeParam::sub_type {kNIMQChatSubscribeTypeServerNotification}

订阅类型


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