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