UpdateLocalization

@IviExperimental(reasons = [])
data class UpdateLocalization(val versionName: StringResolver, val releaseNotes: StringResolver? = null, val downloadCompleteMessage: StringResolver? = null, val downloadFailedMessage: StringResolver? = null, val installationCompleteMessage: StringResolver? = null, val installationFailedMessage: StringResolver? = null) : Parcelable

Localization of an update.

Constructors

Link copied to clipboard
constructor(versionName: StringResolver, releaseNotes: StringResolver? = null, downloadCompleteMessage: StringResolver? = null, downloadFailedMessage: StringResolver? = null, installationCompleteMessage: StringResolver? = null, installationFailedMessage: StringResolver? = null)

Properties

Link copied to clipboard
val downloadCompleteMessage: StringResolver? = null

Message to be shown to the user on download completion. null if there is no message that needs to be shown to the user.

Link copied to clipboard
val downloadFailedMessage: StringResolver? = null

Message to be shown to the user after a failed download. null if there is no message that needs to be shown to the user.

Link copied to clipboard
val installationCompleteMessage: StringResolver? = null

Message to be shown to the user on installation completion. null if there is no message that needs to be shown to the user.

Link copied to clipboard
val installationFailedMessage: StringResolver? = null

Message to be shown to the user after a failed installation. null if there is no message that needs to be shown to the user.

Link copied to clipboard
val releaseNotes: StringResolver? = null

Documentation associated with the new released version contained in the update.

Link copied to clipboard
val versionName: StringResolver

A string used as the version shown to users.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)