Chat SDK for Android v1.2.1
agora java chat SDK
Public Member Functions | List of all members
io.agora.chat.CursorResult< T > Class Template Reference

Inherits io.agora.chat.EMResult< TList >.

Public Member Functions

String getCursor ()
 

Detailed Description

This is a generic class with cursors and paging to get results.

Returns an instance with the list and the cursor.

For example:

CursorResult<GroupInfo> result = ChatClient.getInstance().groupManager().getPublicGroupsFromServer(pageSize, cursor);
List<GroupInfo> groupList = result.getData();
String cursor = result.getCursor();

Member Function Documentation

◆ getCursor()

String io.agora.chat.CursorResult< T >.getCursor ( )

Gets the cursor.

Returns
The cursor.

The documentation for this class was generated from the following file: