hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
Public Member Functions | List of all members
com.hyphenate.chat.EMCursorResult< T > Class Template Reference

Inherits com.hyphenate.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:

EMCursorResult<EMGroupInfo> result = EMClient.getInstance().groupManager().getPublicGroupsFromServer(pageSize, cursor);
List<EMGroupInfo> groupList = result.getData();
String cursor = result.getCursor();

Member Function Documentation

◆ getCursor()

String com.hyphenate.chat.EMCursorResult< T >.getCursor ( )

Gets the cursor.

Returns
The cursor.

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