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

ModuleInstallStatusUpdate

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

class ModuleInstallStatusUpdate : Parcelable


The status update of a ModuleInstallRequest.

Summary

Nested types

@Retention(value = RetentionPolicy.CLASS)
@IntDef(value = [InstallState.STATE_UNKNOWN, InstallState.STATE_PENDING, InstallState.STATE_DOWNLOADING, InstallState.STATE_CANCELED, InstallState.STATE_COMPLETED, InstallState.STATE_FAILED, InstallState.STATE_INSTALLING, InstallState.STATE_DOWNLOAD_PAUSED])
annotation ModuleInstallStatusUpdate.InstallState

The current install state for the install request.

Download progress information for an ModuleInstallStatusUpdate.

Constants

const Parcelable.Creator<ModuleInstallStatusUpdate!>!

Public functions

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

Public properties

Int
Int
ModuleInstallStatusUpdate.ProgressInfo?
Int

Inherited Constants

From android.os.Parcelable

Inherited functions

From android.os.Parcelable
abstract Int

Constants

CREATOR

const val CREATORParcelable.Creator<ModuleInstallStatusUpdate!>!

Public functions

writeToParcel

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

Public properties

errorCode

val errorCodeInt

installState

@ModuleInstallStatusUpdate.InstallState
val installStateInt

progressInfo

val progressInfoModuleInstallStatusUpdate.ProgressInfo?

sessionId

val sessionIdInt