NIM SDK API  9.0.0
Public Member Functions | Public Attributes | List of all members
nim::OtherClientPres Struct Reference

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

#include <nim_client_helper.h>

Public Member Functions

 OtherClientPres ()
 

Public Attributes

std::string app_account_
 
NIMClientType client_type_
 
std::string client_os_
 
std::string mac_address_
 
std::string device_id_
 
int64_t login_time_
 
std::string custom_data_
 
int custom_client_type_
 

Detailed Description

多端登陆客户端信息

Constructor & Destructor Documentation

◆ OtherClientPres()

nim::OtherClientPres::OtherClientPres ( )
inline

构造函数

Member Data Documentation

◆ 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地址


The documentation for this struct was generated from the following file: