public interface AuthorizationCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(CloudAPIException exception)
Called when an error occurs during the authorization process.
|
void |
onSuccess()
Called when the authorization completes successfully.
|
void onError(CloudAPIException exception)
exception
- CloudAPIException
with an error code and an error message.void onSuccess()