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

Public Member Functions

boolean getIsFinished ()
 
int getTotalCount ()
 
String getNextCursor ()
 
Map< String, List< V2TIMGroupMemberFullInfo > > getMemberList ()
 

Member Function Documentation

◆ getIsFinished()

boolean getIsFinished ( )
inline

Get whether all group members that meet the search criteria have been returned

◆ getTotalCount()

int getTotalCount ( )
inline

Get the total count of group members that meet the search criteria

◆ getNextCursor()

String getNextCursor ( )
inline

Get the search cursor for the next cloud search

◆ getMemberList()

Map<String, List<V2TIMGroupMemberFullInfo> > getMemberList ( )
inline

Get the group member list returned by the current cloud search