ModuleInstallStatusUpdate

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.

Public functions

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

Inherited functions

From android.os.Parcelable
abstract Int

Constants

Public functions

writeToParcel

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

Public properties

errorCode

val errorCodeInt

sessionId

val sessionIdInt