cancel Sync
Attempts to cancel a running sync job
Example usage (kotlin):
LiveUpdateManager.cancelSync("appId")
Content copied to clipboard
Example usage (Java):
LiveUpdateManager.cancelSync("appId");
Content copied to clipboard
Parameters
app Id
the ID of the app associated with a sync job to cancel
Cancel all running sync jobs
Example usage (kotlin):
LiveUpdateManager.cancelSync()
Content copied to clipboard
Example usage (Java):
LiveUpdateManager.cancelSync();
Content copied to clipboard