- fetchNext(CometChat.CallbackListener<List<GroupMember>>) - Method in class com.cometchat.pro.core.BannedGroupMembersRequest
 
-  
 
- fetchNext(CometChat.CallbackListener<List<User>>) - Method in class com.cometchat.pro.core.BlockedUsersRequest
 
-  
 
- fetchNext(CometChat.CallbackListener<List<Conversation>>) - Method in class com.cometchat.pro.core.ConversationsRequest
 
- 
Get list of next set of conversations based on the parameters specified in ConversationsRequestBuilder class
 The Developer need to call this method repeatedly using the same object of ConversationsRequest class to get paginated list of conversations
 
- fetchNext(CometChat.CallbackListener<List<GroupMember>>) - Method in class com.cometchat.pro.core.GroupMembersRequest
 
- 
Get list of next set of group members based on the parameters specified in GroupMembersRequestBuilder class
 The Developer need to call this method repeatedly using the same object of GroupMembersRequest class to get paginated list of members
 
- fetchNext(CometChat.CallbackListener<List<Group>>) - Method in class com.cometchat.pro.core.GroupsRequest
 
- 
Get list of next set of groups based on the parameters specified in GroupsRequestBuilder class
 The Developer need to call this method repeatedly using the same object of GroupsRequest class to get paginated list of groups
 
- fetchNext(CometChat.CallbackListener<List<BaseMessage>>) - Method in class com.cometchat.pro.core.MessagesRequest
 
- 
Get list of next message based on the parameters specified in MessagesRequestBuilder class
 The Developer need to call this method repeatedly using the same object of MessagesRequest class to get paginated list of message.
 
- fetchNext(CometChat.CallbackListener<List<User>>) - Method in class com.cometchat.pro.core.UsersRequest
 
- 
Get list of next set of users based on the parameters specified in UsersRequestBuilder class
 The Developer need to call this method repeatedly using the same object of UsersRequest class to get paginated list of users
 
- fetchPrevious(CometChat.CallbackListener<List<BaseMessage>>) - Method in class com.cometchat.pro.core.MessagesRequest
 
- 
Get list of previous message based on the parameters specified in MessagesRequestBuilder class.
 
- friendsOnly(boolean) - Method in class com.cometchat.pro.core.UsersRequest.UsersRequestBuilder
 
- 
method to get friends for the logged in user
 
- fromJson(String) - Static method in class com.cometchat.pro.core.Call
 
-  
 
- fromJson(JSONObject) - Static method in class com.cometchat.pro.models.Action
 
-  
 
- fromJson(JSONObject) - Static method in class com.cometchat.pro.models.Attachment
 
- 
Get object of the Attachment class with file details
 
- fromJson(JSONObject) - Static method in class com.cometchat.pro.models.CustomMessage
 
-  
 
- fromJson(String) - Static method in class com.cometchat.pro.models.Group
 
-  
 
- fromJson(JSONObject) - Static method in class com.cometchat.pro.models.MediaMessage
 
-  
 
- fromJson(JSONObject) - Static method in class com.cometchat.pro.models.TextMessage
 
-  
 
- fromJson(String) - Static method in class com.cometchat.pro.models.User
 
-  
 
- fromJSONArray(String) - Static method in class com.cometchat.pro.models.Group
 
-  
 
- fromJsonArray(String) - Static method in class com.cometchat.pro.models.User
 
-  
 
- fromMemberJsonArray(String) - Static method in class com.cometchat.pro.models.GroupMember
 
-