sync Provider
Sync the external live update provider configured for this Portal.
This only applies to Portals configured with LiveUpdateProvider.Provider. Portals configured with LiveUpdateProvider.Ionic should continue to use Ionic Live Updates APIs, such as LiveUpdateManager.sync.
Example usage (kotlin):
portal.syncProvider(callback)Content copied to clipboard
Example usage (java):
portal.syncProvider(callback);Content copied to clipboard
Parameters
callback
optional callback invoked with the provider sync result or failure.