applyUpdate

fun applyUpdate(context: Context, appId: String, snapshotId: String, buildId: String)

Deprecated

No longer supported

Replace with

sync

Apply a downloaded and extracted Live Update snapshot to the portal for next load.

Example usage (kotlin):

LiveUpdateManager.applyUpdate(context, "appId", "snapshotId", "buildId")

Example usage (Java):

LiveUpdateManager.applyUpdate(context, "appId", "snapshotId", "buildId");

Parameters

context

an Android Context used when applying the Live Update

appId

the ID of the app to apply a snapshot update to

snapshotId

the ID of the snapshot to apply

buildId

the ID of the build to apply