java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.amazon.identity.auth.device.api.InvalidIntegrationException | ||||
↳ | com.amazon.identity.auth.device.api.workflow.ListenerNotFoundException |
Indicates that an InteractiveListener
was not registered on the RequestContext
during the execution
of a corresponding InteractiveRequest
.
Each InteractiveRequest
(such as AuthorizeRequest
) is created with a RequestContext
.
When a request is finished, the listeners registered to the request's RequestContext
and associated
with that type of request (this this example, AuthorizeListener
) will be called on. If no listeners meet
these requirements, then this exception will be thrown.
Here are some tips for investigating this exception:
RequestContext
is being created and the listeners are registered to it in your
onCreate
or onCreateView
. This is to establish that the listeners are created every time
the Android lifecycle recreates your component.RequestContext
instance that the corresponding
listener(s) are registered to.Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |