NIMSDK-AOS  9.16.0
RecentSessionList.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.msg.model;
2 
3 import java.io.Serializable;
4 import java.util.List;
5 
6 public interface RecentSessionList extends Serializable {
12  boolean hasMore();
13 
19  List<RecentSession> getSessionList();
20 }
boolean hasMore()
是否有更早的消息
List< RecentSession > getSessionList()
拉到的一页会话列表