NIM 跨平台 C++ SDK
|
多端登陆客户端信息 更多...
#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 | |
多端登陆客户端信息
|
inline |
构造函数
std::string nim::OtherClientPres::app_account_ |
第三方账号
std::string nim::OtherClientPres::client_os_ |
登录系统类型,比如ios 6.0.1
NIMClientType nim::OtherClientPres::client_type_ |
客户端类型, 见NIMClientType
int nim::OtherClientPres::custom_client_type_ |
int, 自定义客户端类型字段,大于0
std::string nim::OtherClientPres::custom_data_ |
自定义字段
std::string nim::OtherClientPres::device_id_ |
设备id,uuid
int64_t nim::OtherClientPres::login_time_ |
本次登陆时间, 精度到ms
std::string nim::OtherClientPres::mac_address_ |
登录设备的mac地址