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

#include <nim_qchat_server_cpp_def.h>

Public 成员函数

 QChatServerAcceptApplyParam ()=default
 
 QChatServerAcceptApplyParam (const NIMQChatServerAcceptApplyParam &c_param)
 
NIMQChatServerAcceptApplyParam ToCParam () const
 

Public 属性

ServerAcceptApplyCallback cb {nullptr}
 回调函数
 
uint64_t server_id {0}
 服务器ID
 
std::string accid {""}
 申请人id
 
uint64_t request_id {0}
 请求ID
 

构造及析构函数说明

◆ QChatServerAcceptApplyParam() [1/2]

nim::QChatServerAcceptApplyParam::QChatServerAcceptApplyParam ( )
default

◆ QChatServerAcceptApplyParam() [2/2]

nim::QChatServerAcceptApplyParam::QChatServerAcceptApplyParam ( const NIMQChatServerAcceptApplyParam c_param)
inline

成员函数说明

◆ ToCParam()

NIMQChatServerAcceptApplyParam nim::QChatServerAcceptApplyParam::ToCParam ( ) const
inline

类成员变量说明

◆ accid

std::string nim::QChatServerAcceptApplyParam::accid {""}

申请人id

◆ cb

ServerAcceptApplyCallback nim::QChatServerAcceptApplyParam::cb {nullptr}

回调函数

◆ request_id

uint64_t nim::QChatServerAcceptApplyParam::request_id {0}

请求ID

◆ server_id

uint64_t nim::QChatServerAcceptApplyParam::server_id {0}

服务器ID


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