Skip to main content

Parameters

NameTypeDescriptionVersion
countintNumber of items to retrieve1.0.0
timestamplongTimestamp in milliseconds. 0 indicates the current time.1.0.0
directionJIMConst.PullDirectionRetrieval direction1.0.0

Code Example

List<ConversationInfo> list = JIM.getInstance().getConversationManager().getTopConversationInfoList(100, 0, JIMConst.PullDirection.OLDER);