IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMConversationResult

Public Member Functions

long getNextSeq ()
 
boolean isFinished ()
 
List< V2TIMConversationgetConversationList ()
 

Member Function Documentation

◆ getNextSeq()

long getNextSeq ( )
inline

Get the next pulling-by-page cursor

Returns
Cursor

◆ isFinished()

boolean isFinished ( )
inline

Whether conversation list pulling is completed

Returns
true: completed; false: uncompleted

◆ getConversationList()

List<V2TIMConversation> getConversationList ( )
inline

Get the conversation list

Returns
Conversation list