Package-level declarations

Types

Link copied to clipboard

A state representing a step in the Live Update process.

Link copied to clipboard

A state representing if there is an available update for an app.

Link copied to clipboard
class LiveUpdate(val appId: String, val channelName: String = "production", val usesSecureLiveUpdates: Boolean = false, val updateStrategy: Strategy = Strategy.DIFFERENTIAL)

The LiveUpdate class represents an application registered with Live Updates in Appflow.

Link copied to clipboard

The Live Update Manager is used to manage instances of web apps used with Live Updates. It follows a Singleton Pattern to allow access from anywhere in the application. Use the Live Update Manager to configure and run sync to update web apps, check the status of an active sync, and get the file path of the latest web assets on the device.

Link copied to clipboard

The Strategy to use for downloading app updates.

Link copied to clipboard
object ZipUtility

The ZipUtility class is used to extract zipped Live Update payloads retrieved from Appflow.