public class GroupsRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupsRequest.GroupsRequestBuilder
Builder class to set various parameters to fetch list of Groups
|
| Modifier and Type | Method and Description |
|---|---|
void |
fetchNext(CometChat.CallbackListener<java.util.List<Group>> listener)
Get list of next set of groups based on the parameters specified in
GroupsRequestBuilder |
public void fetchNext(CometChat.CallbackListener<java.util.List<Group>> listener)
GroupsRequestBuilder class
The Developer need to call this method repeatedly using the same object of GroupsRequest class to get paginated list of groupslistener - listener An object of the CallbackListener<List<Group>> class that helps inform the developer if the operation was successful or any error occurred.GroupsRequest.GroupsRequestBuilder