ModuleInstallIntentResponse

public class ModuleInstallIntentResponse implements Parcelable


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

Summary

Public fields

final @Nullable PendingIntent

Public methods

@Nullable PendingIntent

Returns the PendingIntent to launch the module installation flow.

void
writeToParcel(Parcel parcel, int i)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<ModuleInstallIntentResponseCREATOR

Public fields

pendingIntent

public final @Nullable PendingIntent pendingIntent

Public methods

getPendingIntent

public @Nullable PendingIntent getPendingIntent()

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

writeToParcel

public void writeToParcel(Parcel parcel, int i)