This is a generic class with cursors and paging to get results.
Returns an instance with the list and the cursor.
For example:
List<GroupInfo> groupList = result.getData();
Definition ChatClient.java:88
Definition CursorResult.java:44
String getCursor()
Definition CursorResult.java:56
CursorResult< GroupInfo > getPublicGroupsFromServer(int pageSize, String cursor)
Definition GroupManager.java:1175
◆ getCursor()
Gets the cursor.
- Returns
- The cursor.
The documentation for this class was generated from the following file:
- io/agora/chat/CursorResult.java