com.amazon.identity.auth.device.api.CancellableListener<T, U, V> |
![]()
AuthorizationListener,
AuthorizeListener,
AuthorizeRequest,
BaseWorkflowListener<T, U, V>,
InteractiveListener<T, U, V>,
InteractiveRequest<T extends InteractiveListener<S, U, V>, S, U, V>
|
A generic type of listener that can be cancelled.{@since 3.0 }
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The API operation was cancelled.
| |||||||||||
There was an error during the API execution.
| |||||||||||
The API executed successfully.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The API operation was cancelled.
cancellation | The object that describes the cancellation. |
---|
There was an error during the API execution.
e | The error that the developer has to handle. |
---|
The API executed successfully.
response | The object containing relevant information. |
---|