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

多端登陆客户端信息 更多...

#include <nim_client_helper.h>

Public 成员函数

 OtherClientPres ()
 

Public 属性

std::string app_account_
 第三方账号
 
NIMClientType client_type_
 客户端类型, 见NIMClientType
 
std::string client_os_
 登录系统类型,比如ios 6.0.1
 
std::string mac_address_
 登录设备的mac地址
 
std::string device_id_
 设备id,uuid
 
int64_t login_time_
 本次登陆时间, 精度到ms
 
std::string custom_data_
 自定义字段
 
int custom_client_type_
 int, 自定义客户端类型字段,大于0
 

详细描述

多端登陆客户端信息

构造及析构函数说明

◆ OtherClientPres()

nim::OtherClientPres::OtherClientPres ( )
inline

构造函数

类成员变量说明

◆ app_account_

std::string nim::OtherClientPres::app_account_

第三方账号

◆ client_os_

std::string nim::OtherClientPres::client_os_

登录系统类型,比如ios 6.0.1

◆ client_type_

NIMClientType nim::OtherClientPres::client_type_

客户端类型, 见NIMClientType

◆ custom_client_type_

int nim::OtherClientPres::custom_client_type_

int, 自定义客户端类型字段,大于0

◆ custom_data_

std::string nim::OtherClientPres::custom_data_

自定义字段

◆ device_id_

std::string nim::OtherClientPres::device_id_

设备id,uuid

◆ login_time_

int64_t nim::OtherClientPres::login_time_

本次登陆时间, 精度到ms

◆ mac_address_

std::string nim::OtherClientPres::mac_address_

登录设备的mac地址


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