AppState

A state representing a step in the Live Update process.

Entries

Link copied to clipboard

App has not been checked for update.

Link copied to clipboard

Update check is in progress.

Link copied to clipboard

App has been checked for update.

Link copied to clipboard

An update is available but not downloaded.

Link copied to clipboard

An update download is in process.

Link copied to clipboard

App update has been downloaded.

Link copied to clipboard

An update is copying duplicate files from a previous update (differential live updates only).

Link copied to clipboard

The update has finished copying duplicate files from a previous update (differential live updates only).

Link copied to clipboard

A downloaded update is in the process of being unpacked.

Link copied to clipboard

Update has been unpacked.

Link copied to clipboard

The app is being verified (secure Live Updates).

Link copied to clipboard

The app has been verified (secure Live Updates).

Link copied to clipboard

A downloaded unpacked update is being applied.

Link copied to clipboard

The app is fully updated.

Link copied to clipboard

The update process is canceled.

Link copied to clipboard

The update process failed.

Functions

Link copied to clipboard
fun valueOf(value: String): AppState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard