{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% include "/android/_dackka-meta-tags.html" %}

ModuleInstallIntentResponse

{% setvar page_path %}com/google/android/gms/common/moduleinstall/ModuleInstallIntentResponse.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class ModuleInstallIntentResponse : Parcelable


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

Summary

Constants

const Parcelable.Creator<ModuleInstallIntentResponse!>!

Public functions

Unit
writeToParcel(parcel: Parcel!, i: Int)

Public properties

PendingIntent?

Inherited Constants

From android.os.Parcelable

Inherited functions

From android.os.Parcelable
abstract Int

Constants

CREATOR

const val CREATORParcelable.Creator<ModuleInstallIntentResponse!>!

Public functions

writeToParcel

fun writeToParcel(parcel: Parcel!, i: Int): Unit

Public properties

pendingIntent

val pendingIntentPendingIntent?