public interface ConnectCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(ConnectException e)
Called when a request to Connect has failed.
|
void |
onSuccess()
Called when a request to Connect has been successful.
|
void onSuccess()
void onFailure(ConnectException e)
e - A ConnectException outlining the error that occurred.
Will be InvalidEventException,
or a generic ConnectException with an inner exception.