Uses of Class
com.cometchat.pro.models.TextMessage
-
Packages that use TextMessage Package Description com.cometchat.pro.core com.cometchat.pro.models -
-
Uses of TextMessage in com.cometchat.pro.core
Methods in com.cometchat.pro.core with parameters of type TextMessage Modifier and Type Method Description voidCometChat.MessageListener. onTextMessageReceived(TextMessage message)To receive text messagesstatic voidCometChat. sendMessage(TextMessage message, CometChat.CallbackListener<TextMessage> listener)This method is used for sending text message to a particular user or group with mentioned parametersMethod parameters in com.cometchat.pro.core with type arguments of type TextMessage Modifier and Type Method Description static voidCometChat. sendMessage(TextMessage message, CometChat.CallbackListener<TextMessage> listener)This method is used for sending text message to a particular user or group with mentioned parameters -
Uses of TextMessage in com.cometchat.pro.models
Methods in com.cometchat.pro.models that return TextMessage Modifier and Type Method Description static TextMessageTextMessage. fromJson(JSONObject jsonObject)
-