LiveUpdateProvider

sealed class LiveUpdateProvider

The live update provider for a Portal.

Inheritors

Types

Link copied to clipboard
data class Ionic(val liveUpdateConfig: LiveUpdate) : Portal.LiveUpdateProvider

Uses Ionic Live Updates to sync and locate the latest web application assets.

Link copied to clipboard
data class Provider(val liveUpdateManager: LiveUpdateProviderManager) : Portal.LiveUpdateProvider

Uses an external live update provider to sync and locate the latest web application assets.