NIMSDK-AOS  9.16.0
QChatUnreadInfo.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.model;
2 
3 import java.io.Serializable;
4 
8 public interface QChatUnreadInfo extends Serializable {
9 
13  long getServerId();
14 
18  long getChannelId();
19 
23  long getAckTimeTag();
24 
28  int getUnreadCount();
29 
33  int getMentionedCount();
34 
38  int getMaxCount();
39 
43  public long getLastMsgTime();
44 
48  public long getTime();
49 }
long getLastMsgTime()
获取最后一条消息的时间戳
long getTime()
获取服务器当前时间