hyphenate_SDK3.0  3.8.5
hyphenatejavaIMSDK
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

Generic class with cursors and paging to get results Return an instance with list and cursor

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

Member Function Documentation

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

Get cursor

Returns
Cursor

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