setCustomUrl

fun setCustomUrl(context: Context, token: String)

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")

Example usage (Java):

LiveUpdateManager.setCustomUrl(context, "xxxxx.yyyyy.zzzzz");

Parameters

context

an Android Context used to set the custom URL

token

the URL token provided to you by Ionic/Outsystems