java.lang.Object | |
↳ | com.amazon.identity.auth.device.interactive.InteractiveRequestRecord |
A Parcelable
representation of an InteractiveRequest
that is returned upon request completion.
It is most useful to be able to persist small arbitrary data about a request to be used in response processing.{@since 3.0
}
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An
InteractiveRequest may implement getRequestExtras() , which will be
returned by this method. | |||||||||||
A UUID for the specific request.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructor.
requestId | The unique ID of a request. |
---|---|
requestExtras | The arbitrary data passed by the InteractiveRequest .
|
An InteractiveRequest
may implement getRequestExtras()
, which will be
returned by this method.
A UUID for the specific request.