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 void
ConversationsRequest. fetchNext(CometChat.CallbackListener<java.util.List<Conversation>> listener)
Get list of next set of conversations based on the parameters specified inConversationsRequestBuilder
class The Developer need to call this method repeatedly using the same object of
ConversationsRequest
class to get paginated list of conversations
static void
CometChat. getConversation(java.lang.String conversationWith, java.lang.String conversationType, CometChat.CallbackListener<Conversation> listener)
To get individual conversation for a particular user or group.static void
CometChat. 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 Conversation
CometChatHelper. 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 Conversation
Conversation. 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)
-