hyphenate_SDK3.0
3.8.6.1
hyphenate java IM SDK
|
Inherits com.hyphenate.chat.EMResult< TList >.
Public Member Functions | |
String | getCursor () |
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();
String com.hyphenate.chat.EMCursorResult< T >.getCursor | ( | ) |
Get cursor