public interface ErrorListener
This class uses for receiving notifications from the ADvantage functions when an error occurs!
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.String message,
int code)
Called when an error has been occurred.
|