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