public class

AutoResolvableVoidResult

extends Object
implements AutoResolvableResult
java.lang.Object
   ↳ com.google.android.gms.wallet.AutoResolvableVoidResult

Class Overview

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.

Summary

Public Constructors
AutoResolvableVoidResult()
Public Methods
void putIntoIntent(Intent intent)
Saves the intent as an extra into the given Intent.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.android.gms.wallet.AutoResolvableResult

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.

Parameters
intent Intent