| com.amazon.identity.auth.device.api.Listener<T, U> |
Known Indirect Subclasses
APIListener,
AuthorizationListener,
AuthorizeListener,
AuthorizeRequest,
BaseWorkflowListener<T, U, V>,
CancellableListener<T, U, V>,
CodePairListener,
GetTokenListener,
InteractiveListener<T, U, V>,
InteractiveRequest<T extends InteractiveListener<S, U, V>, S, U, V>
|
A generic type of callback with parameterized success and failure return types for asynchronous operations.{@since 3.0 }
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
There was an error during the API execution.
| |||||||||||
The API executed successfully.
| |||||||||||
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. |
|---|