LiveUpdate

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.

Constructors

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

Properties

Link copied to clipboard

the ID of the app registered with Appflow

Link copied to clipboard

The state of the app during the sync process.

Link copied to clipboard
var assetPath: String? = null

An asset path in the app APK that can be used as the source files for differential updates. The web assets should contain a Live Update Manifest json.

Link copied to clipboard

The state of an available update.

Link copied to clipboard

the name of the channel used for updates

Link copied to clipboard

the strategy to use for downloading app updates (default DIFFERENTIAL)

Link copied to clipboard

whether the app uses secured Live Updates