public interface ErrorCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onErrorOccurred(CommunicationCommand cmd)
This method will be called when the Mobile Server responses with a command that contains an error.
|
void onErrorOccurred(CommunicationCommand cmd)
cmd - the response from the Mobile Server.