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

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.