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.
V2TIMUserSearchResult

Public Member Functions

boolean getIsFinished ()
 
int getTotalCount ()
 
String getNextCursor ()
 
List< V2TIMUserInfogetUserList ()
 

Member Function Documentation

◆ getIsFinished()

boolean getIsFinished ( )
inline

Whether all users that meet the search criteria have been returned

◆ getTotalCount()

int getTotalCount ( )
inline

Get the total count of users that meet the search criteria

◆ getNextCursor()

String getNextCursor ( )
inline

Get the search cursor for the next cloud search

◆ getUserList()

List<V2TIMUserInfo> getUserList ( )
inline

Get the user list returned by the current cloud search