| Package | Description |
|---|---|
| com.cometchat.pro.core | |
| com.cometchat.pro.models |
| Modifier and Type | Method and Description |
|---|---|
void |
CometChat.MessageListener.onCustomMessageReceived(CustomMessage message)
To receive custom messages
|
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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomMessage |
CustomMessage.fromJson(JSONObject jsonObject) |