A B C D E F G H I J K L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- 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<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<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<GroupMember>>) - Method in class com.cometchat.pro.core.BannedGroupMembersRequest
-
Get list of next set of banned group members based on the parameters specified in
BannedGroupMembersRequestBuilder
class The Developer need to call this method repeatedly using the same object of
BannedGroupMembersRequest
class to get paginated list of the banned group members
- 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<User>>) - Method in class com.cometchat.pro.core.BlockedUsersRequest
- 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(String) - Static method in class com.cometchat.pro.models.Group
- fromJson(String) - Static method in class com.cometchat.pro.models.User
- 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(JSONObject) - Static method in class com.cometchat.pro.models.MediaMessage
- fromJson(JSONObject) - Static method in class com.cometchat.pro.models.TextMessage
- fromJSON(JSONObject) - Static method in class com.cometchat.pro.models.Conversation
- fromJSON(JSONObject) - Static method in class com.cometchat.pro.models.TypingIndicator
- fromJSONArray(String) - Static method in class com.cometchat.pro.models.Group
All Classes All Packages