|
NIMSDK-AOS
9.20.15
|
圈组客户端信息 更多...
Public 成员函数 | |
| String | getOs () |
| 客户端的操作系统信息 更多... | |
| int | getClientType () |
| 客户端类型。 更多... | |
| long | getLoginTime () |
| 登录时间 更多... | |
| String | getClientIp () |
| 客户端IP 更多... | |
| String | getClientPort () |
| 客户端端口 更多... | |
| String | getDeviceId () |
| 客户端设备Id 更多... | |
| String | getCustomTag () |
| 自定义customTag 更多... | |
| int | getCustomClientType () |
| 自定义ClientType 更多... | |
圈组客户端信息
在文件 QChatClient.java 第 9 行定义.
| String com.netease.nimlib.sdk.qchat.model.QChatClient.getClientIp | ( | ) |
客户端IP
| String com.netease.nimlib.sdk.qchat.model.QChatClient.getClientPort | ( | ) |
客户端端口
| int com.netease.nimlib.sdk.qchat.model.QChatClient.getClientType | ( | ) |
客户端类型。
| int com.netease.nimlib.sdk.qchat.model.QChatClient.getCustomClientType | ( | ) |
自定义ClientType
| String com.netease.nimlib.sdk.qchat.model.QChatClient.getCustomTag | ( | ) |
自定义customTag
| String com.netease.nimlib.sdk.qchat.model.QChatClient.getDeviceId | ( | ) |
客户端设备Id
| long com.netease.nimlib.sdk.qchat.model.QChatClient.getLoginTime | ( | ) |
登录时间
| String com.netease.nimlib.sdk.qchat.model.QChatClient.getOs | ( | ) |
客户端的操作系统信息
1.8.11