Uses of Class
com.cometchat.pro.models.Conversation
-
Packages that use Conversation Package Description com.cometchat.pro.core com.cometchat.pro.helpers com.cometchat.pro.models -
-
Uses of Conversation in com.cometchat.pro.core
Method parameters in com.cometchat.pro.core with type arguments of type Conversation Modifier and Type Method Description voidConversationsRequest. fetchNext(CometChat.CallbackListener<java.util.List<Conversation>> listener)Get list of next set of conversations based on the parameters specified inConversationsRequestBuilderclass The Developer need to call this method repeatedly using the same object ofConversationsRequestclass to get paginated list of conversationsstatic voidCometChat. getConversation(java.lang.String conversationWith, java.lang.String conversationType, CometChat.CallbackListener<Conversation> listener)To get individual conversation for a particular user or group.static voidCometChat. tagConversation(java.lang.String conversationWith, java.lang.String conversationType, java.util.List<java.lang.String> tags, CometChat.CallbackListener<Conversation> listener) -
Uses of Conversation in com.cometchat.pro.helpers
Methods in com.cometchat.pro.helpers that return Conversation Modifier and Type Method Description static ConversationCometChatHelper. getConversationFromMessage(BaseMessage message) -
Uses of Conversation in com.cometchat.pro.models
Methods in com.cometchat.pro.models that return Conversation Modifier and Type Method Description static ConversationConversation. fromJSON(JSONObject conversationObject)Methods in com.cometchat.pro.models that return types with arguments of type Conversation Modifier and Type Method Description static java.util.List<Conversation>Conversation. listFromJsonArray(java.lang.String response)
-