set Custom Url
Sets a custom URL for the Live Update Manager to use for syncing. This uses a token provided by Ionic/Outsystems for configuration.
Example usage (kotlin):
LiveUpdateManager.setCustomUrl(context, "xxxxx.yyyyy.zzzzz")
Content copied to clipboard
Example usage (Java):
LiveUpdateManager.setCustomUrl(context, "xxxxx.yyyyy.zzzzz");
Content copied to clipboard
Parameters
context
an Android Context used to set the custom URL
token
the URL token provided to you by Ionic/Outsystems