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.