public interface MessagingCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure(MessagingServiceException messagingServiceException)
Failure Callback with the exception. 
 | 
void | 
onSuccess(JSONObject successresponse)
Success Callback with the the boolean object as response 
 | 
void onSuccess(JSONObject successresponse)
successresponse - it will return the JSON value as result.void onFailure(MessagingServiceException messagingServiceException)
messagingServiceException - it will return the messagingServiceException object with required information.