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