apply Update
Deprecated
No longer supported
Replace with
sync
Content copied to clipboard
Apply a downloaded and extracted Live Update snapshot to the portal for next load.
Example usage (kotlin):
LiveUpdateManager.applyUpdate(context, "appId", "snapshotId", "buildId")
Content copied to clipboard
Example usage (Java):
LiveUpdateManager.applyUpdate(context, "appId", "snapshotId", "buildId");
Content copied to clipboard
Parameters
context
an Android Context used when applying the Live Update
app Id
the ID of the app to apply a snapshot update to
snapshot Id
the ID of the snapshot to apply
build Id
the ID of the build to apply