public static interface Constants.StatusListener
Modifier and Type | Method and Description |
---|---|
void |
onError()
Callback to report error status of an asynchronous call to the back end.
|
void |
onSuccess()
Callback to report success status of an asynchronous call to the back end.
|