NIMSDK-AOS  9.16.0
QChatClient.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.model;
2 
4 import java.io.Serializable;
5 
9 public interface QChatClient extends Serializable {
14  String getOs();
15 
22  int getClientType();
23 
28  long getLoginTime();
29 
34  String getClientIp();
35 
40  String getClientPort();
41 
46  String getDeviceId();
47 
52  String getCustomTag();
53 
58  int getCustomClientType();
59 
60 }
多端登录客户端类型定义
Definition: ClientType.java:6
String getOs()
客户端的操作系统信息
int getCustomClientType()
自定义ClientType
String getCustomTag()
自定义customTag