This is a generic class with cursors and paging to get results.
Returns an instance with the list and the cursor.
For example:
List<String> memberList = result.getData();
Definition EMClient.java:100
Definition EMCursorResult.java:55
String getCursor()
Definition EMCursorResult.java:71
EMCursorResult< String > fetchGroupMembers(String groupId, String cursor, int pageSize)
Definition EMGroupManager.java:2703
◆ getCursor()
Gets the cursor.
- Returns
- The cursor.
The documentation for this class was generated from the following file:
- com/hyphenate/chat/EMCursorResult.java