set Live Update Provider Manager
fun setLiveUpdateProviderManager(liveUpdateProviderManager: LiveUpdateProviderManager, updateOnAppLoad: Boolean = true): PortalBuilder
Set a live update provider manager to be used with the Portal.
Example usage (kotlin):
builder = builder.setLiveUpdateProviderManager(providerManager)Content copied to clipboard
Example usage (java):
builder = builder.setLiveUpdateProviderManager(providerManager);Content copied to clipboard
To trigger a provider sync after the Portal is created, use the provider manager directly.
Return
the instance of the PortalBuilder with the external live update provider manager set.
Parameters
live Update Provider Manager
the external live update provider manager.
update On App Load
whether to start an external provider sync when the Portal is configured.