Response returned from
ModuleInstallClient.getInstallModulesIntent(OptionalModuleApi) that includes a
PendingIntent
that can be used to launch the module installation flow.
| public static final Creator<ModuleInstallIntentResponse> | CREATOR |
| PendingIntent |
getPendingIntent()
Returns the
PendingIntent
to launch the module installation flow.
|
| void |
writeToParcel(Parcel parcel, int
i)
|
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.