public interface MessageContentCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(MessagingServiceException messagingServiceException)
Failure Callback with the exception.
|
void |
onSuccess(JSONObject response)
Success Callback with the the JSONObject as response
|
void onSuccess(JSONObject response)
response
- - it will return Messaging Content data as JSONObjectvoid onFailure(MessagingServiceException messagingServiceException)
messagingServiceException
- it will return the messagingServiceException object with required information.