NIMSDK-AOS  9.16.0
OnlineClient.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.auth;
2 
3 import java.io.Serializable;
4 
8 public interface OnlineClient extends Serializable {
9 
14  public String getOs();
15 
22  public int getClientType();
23 
24  public long getLoginTime();
25 
26  public String getClientIp();
27 
28  public String getCustomTag();
29 
30  public int getCustomClientType();
31 }
int getClientType()
客户端类型。
多端同时登录时,其他在线的客户端的信息。
String getOs()
客户端的操作系统信息,格式为