NIM 跨平台 C++ SDK
|
#include <nim_qchat_client_def.h>
Public 属性 | |
nim_qchat_login_cb_func | cb |
登录异步回调 | |
void * | user_data |
自定义用户数据 | |
char * | appkey |
app唯一标识符 | |
char * | accid |
用户帐号 | |
NIMQChatLoginAuthType | auth_type |
鉴权方式 | |
uint32_t | custom_client_type |
自定义终端类型 | |
char * | login_token |
登陆的token | |
char * | login_ext |
登录自定义字段 | |
char * | link_address |
链接地址 json array | |
char* NIMQChatLoginParam::accid |
用户帐号
char* NIMQChatLoginParam::appkey |
app唯一标识符
NIMQChatLoginAuthType NIMQChatLoginParam::auth_type |
鉴权方式
nim_qchat_login_cb_func NIMQChatLoginParam::cb |
登录异步回调
uint32_t NIMQChatLoginParam::custom_client_type |
自定义终端类型
char* NIMQChatLoginParam::link_address |
链接地址 json array
char* NIMQChatLoginParam::login_ext |
登录自定义字段
char* NIMQChatLoginParam::login_token |
登陆的token
void* NIMQChatLoginParam::user_data |
自定义用户数据