NIMSDK-AOS 10.4.0-beta
载入中...
搜索中...
未找到
QChatClient.java
浏览该文件的文档.
1package com.netease.nimlib.sdk.qchat.model;
2
3import com.netease.nimlib.sdk.auth.ClientType;
4import java.io.Serializable;
5
6/**
7 * 圈组客户端信息
8 */
9public interface QChatClient extends Serializable {
10 /**
11 * 客户端的操作系统信息
12 * @return 操作系统信息
13 */
14 String getOs();
15
16 /**
17 * 客户端类型。
18 * @see ClientType
19 *
20 * @return 客户端类型
21 */
23
24 /**
25 * 登录时间
26 * @return
27 */
29
30 /**
31 * 客户端IP
32 * @return
33 */
34 String getClientIp();
35
36 /**
37 * 客户端端口
38 * @return
39 */
40 String getClientPort();
41
42 /**
43 * 客户端设备Id
44 * @return
45 */
46 String getDeviceId();
47
48 /**
49 * 自定义customTag
50 * @return
51 */
52 String getCustomTag();
53
54 /**
55 * 自定义ClientType
56 * @return
57 */
59
60}
String getOs()
客户端的操作系统信息
int getCustomClientType()
自定义ClientType