java.lang.Object | |
↳ | com.google.android.gms.wallet.AutoResolvableVoidResult |
A Void result that is an AutoResolvableResult
. This is returned as the Task
result type for APIs that do not return data beyond an error
code on failures but that still show UI and can be handled using AutoResolveHelper
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Saves the intent as an extra into the given
Intent . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Saves the intent as an extra into the given Intent
.
Generally speaking, any classes that implement this interface will also have a static method
called getFromIntent(Intent)
to do the opposite operation.
Parameters | |
---|---|
intent |
Intent |