setLiveUpdateProviderManager

fun setLiveUpdateProviderManager(liveUpdateProviderManager: ProviderManager): PortalBuilder

Set a live update provider manager to be used with the Portal.

Example usage (kotlin):

builder = builder.setLiveUpdateProviderManager(providerManager)

Example usage (java):

builder = builder.setLiveUpdateProviderManager(providerManager);

Return

the instance of the PortalBuilder with the external live update provider manager set.

Parameters

liveUpdateProviderManager

the external live update provider manager. Whether and when it syncs on its own (e.g. on construction) is up to the provider implementation; use Portal.syncProvider/ Portal.syncProviderAsync to trigger a sync manually.