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

#include <nim_qchat_client_cpp_def.h>

Public 成员函数

 QChatLoginParam ()=default
 
 QChatLoginParam (const NIMQChatLoginParam &param)
 
NIMQChatLoginParam ToCParam () const
 

Public 属性

LoginCallback cb {nullptr}
 回调函数
 
std::string appkey
 app唯一标识符
 
std::string accid
 用户帐号
 
NIMQChatLoginAuthType auth_type {kNIMQChatLoginAuthTypeDefault}
 鉴权方式
 
uint32_t custom_client_type {0}
 自定义终端类型
 
std::string login_token
 登陆的token
 
std::string login_ext
 登录自定义字段
 
std::vector< std::string > link_address {}
 链接地址列表
 

Protected 属性

std::string link_address_json_array
 

构造及析构函数说明

◆ QChatLoginParam() [1/2]

nim::QChatLoginParam::QChatLoginParam ( )
default

◆ QChatLoginParam() [2/2]

nim::QChatLoginParam::QChatLoginParam ( const NIMQChatLoginParam param)
inline

成员函数说明

◆ ToCParam()

NIMQChatLoginParam nim::QChatLoginParam::ToCParam ( ) const
inline

类成员变量说明

◆ accid

std::string nim::QChatLoginParam::accid

用户帐号

◆ appkey

std::string nim::QChatLoginParam::appkey

app唯一标识符

◆ auth_type

NIMQChatLoginAuthType nim::QChatLoginParam::auth_type {kNIMQChatLoginAuthTypeDefault}

鉴权方式

◆ cb

LoginCallback nim::QChatLoginParam::cb {nullptr}

回调函数

◆ custom_client_type

uint32_t nim::QChatLoginParam::custom_client_type {0}

自定义终端类型

◆ link_address

std::vector<std::string> nim::QChatLoginParam::link_address {}

链接地址列表

◆ link_address_json_array

std::string nim::QChatLoginParam::link_address_json_array
mutableprotected

◆ login_ext

std::string nim::QChatLoginParam::login_ext

登录自定义字段

◆ login_token

std::string nim::QChatLoginParam::login_token

登陆的token


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