NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.model.QChatClient接口 参考

圈组客户端信息 更多...

类 com.netease.nimlib.sdk.qchat.model.QChatClient 继承关系图:

Public 成员函数

String getOs ()
 客户端的操作系统信息 更多...
 
int getClientType ()
 客户端类型。 更多...
 
long getLoginTime ()
 登录时间 更多...
 
String getClientIp ()
 客户端IP 更多...
 
String getClientPort ()
 客户端端口 更多...
 
String getDeviceId ()
 客户端设备Id 更多...
 
String getCustomTag ()
 自定义customTag 更多...
 
int getCustomClientType ()
 自定义ClientType 更多...
 

详细描述

圈组客户端信息

在文件 QChatClient.java9 行定义.

成员函数说明

◆ getClientIp()

String com.netease.nimlib.sdk.qchat.model.QChatClient.getClientIp ( )

客户端IP

返回

◆ getClientPort()

String com.netease.nimlib.sdk.qchat.model.QChatClient.getClientPort ( )

客户端端口

返回

◆ getClientType()

int com.netease.nimlib.sdk.qchat.model.QChatClient.getClientType ( )

客户端类型。

参见
ClientType
返回
客户端类型

◆ getCustomClientType()

int com.netease.nimlib.sdk.qchat.model.QChatClient.getCustomClientType ( )

自定义ClientType

返回

◆ getCustomTag()

String com.netease.nimlib.sdk.qchat.model.QChatClient.getCustomTag ( )

自定义customTag

返回

◆ getDeviceId()

String com.netease.nimlib.sdk.qchat.model.QChatClient.getDeviceId ( )

客户端设备Id

返回

◆ getLoginTime()

long com.netease.nimlib.sdk.qchat.model.QChatClient.getLoginTime ( )

登录时间

返回

◆ getOs()

String com.netease.nimlib.sdk.qchat.model.QChatClient.getOs ( )

客户端的操作系统信息

返回
操作系统信息

该接口的文档由以下文件生成: