| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
android.os.Parcelable | |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructor. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| An  InteractiveRequestmay implementgetRequestExtras(), which will be
 returned by this method. | |||||||||||
| A UUID for the specific request. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  android.os.Parcelable | |||||||||||
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.