ModuleInstallIntentResponse

public class ModuleInstallIntentResponse extends Object
implements Parcelable

Response returned from ModuleInstallClient.getInstallModulesIntent(OptionalModuleApi) that includes a PendingIntent that can be used to launch the module installation flow.

Inherited Constant Summary

Field Summary

public static final Creator<ModuleInstallIntentResponse> CREATOR

Public Method Summary

PendingIntent
getPendingIntent()
Returns the PendingIntent to launch the module installation flow.
void
writeToParcel(Parcel parcel, int i)

Inherited Method Summary

Fields

public static final Creator<ModuleInstallIntentResponse> CREATOR

Public Methods

public PendingIntent getPendingIntent ()

Returns the PendingIntent to launch the module installation flow. This intent can be started with Activity.startIntentSenderForResult(IntentSender, int, Intent, int, int, int) to present the UI. A null PendingIntent indicates the requested optional modules are already present on device.

public void writeToParcel (Parcel parcel, int i)