AutoResolvableVoidResult

public class AutoResolvableVoidResult extends Object
implements AutoResolvableResult

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 Constructor Summary

Public Method Summary

void
putIntoIntent(Intent intent)
Saves the intent as an extra into the given Intent.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
com.google.android.gms.wallet.AutoResolvableResult
abstract void
putIntoIntent(Intent intent)
Saves the intent as an extra into the given Intent.

Public Constructors

public AutoResolvableVoidResult ()

Public Methods

public void putIntoIntent (Intent intent)

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.