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

#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
 

类成员变量说明

◆ accid

char* NIMQChatLoginParam::accid

用户帐号

◆ appkey

char* NIMQChatLoginParam::appkey

app唯一标识符

◆ auth_type

NIMQChatLoginAuthType NIMQChatLoginParam::auth_type

鉴权方式

◆ cb

nim_qchat_login_cb_func NIMQChatLoginParam::cb

登录异步回调

◆ custom_client_type

uint32_t NIMQChatLoginParam::custom_client_type

自定义终端类型

◆ link_address

char* NIMQChatLoginParam::link_address

链接地址 json array

◆ login_ext

char* NIMQChatLoginParam::login_ext

登录自定义字段

◆ login_token

char* NIMQChatLoginParam::login_token

登陆的token

◆ user_data

void* NIMQChatLoginParam::user_data

自定义用户数据


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