public interface IMessagingCallback extends IBaseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IMessagingCallbackError error)
This method is called on Error
|
void |
onResult(boolean success)
This method is called on Result
|
void |
onWarning(boolean success,
IMessagingCallbackWarning warning)
This method is called on Warning
|
getAPIGroup, getAPIVersionvoid onError(IMessagingCallbackError error)
error - returned by the platformvoid onResult(boolean success)
success - true if sent;false otherwisevoid onWarning(boolean success,
IMessagingCallbackWarning warning)
success - true if sent;false otherwisewarning - returned by the platform