| com.amazon.identity.auth.device.api.Listener<T, U> |
Known Indirect Subclasses
|
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. |
|---|