| com.amazon.identity.auth.device.interactive.InteractiveListener<T, U, V> |
Known Indirect Subclasses
AuthorizeListener,
AuthorizeRequest,
BaseWorkflowListener<T, U, V>,
InteractiveRequest<T extends InteractiveListener<S, U, V>, S, U, V>
|
Defines the callbacks and other facets of a listener that handles the responses of interactive (out-of-app) flows.
If you are building your own interactive workflow using AmazonWorkflow, use the BaseWorkflowListener
instead of implementing against this interface directly.{@since 3.0
}
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The interactive request for this listener was cancelled.
| |||||||||||
The interactive request for this listener failed.
| |||||||||||
The interactive request for this listener completed successfully.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.amazon.identity.auth.device.api.CancellableListener
| |||||||||||
From interface
com.amazon.identity.auth.device.api.Listener
| |||||||||||
From interface
com.amazon.identity.auth.device.interactive.InteractiveAPI
| |||||||||||
From interface
com.amazon.identity.auth.device.interactive.InternalInteractiveListener
| |||||||||||
The interactive request for this listener was cancelled.
| cancellation | An object describing the cancellation of the flow. |
|---|
The interactive request for this listener failed.
| e | An object describing the failure. |
|---|
The interactive request for this listener completed successfully.
| result | The data returned as part of successful completion. |
|---|