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
MessagesRequestBuilderclass The Developer need to call this method repeatedly using the same object ofMessagesRequestclass 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
ConversationsRequestBuilderclass The Developer need to call this method repeatedly using the same object ofConversationsRequestclass 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
GroupsRequestBuilderclass The Developer need to call this method repeatedly using the same object ofGroupsRequestclass 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
BannedGroupMembersRequestBuilderclass The Developer need to call this method repeatedly using the same object ofBannedGroupMembersRequestclass 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
GroupMembersRequestBuilderclass The Developer need to call this method repeatedly using the same object ofGroupMembersRequestclass 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
UsersRequestBuilderclass The Developer need to call this method repeatedly using the same object ofUsersRequestclass 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
MessagesRequestBuilderclass. - 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
Attachmentclass 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