set Live Update Provider Manager
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
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. 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.