LiveUpdateSource

sealed class LiveUpdateSource

The live update source for a Portal.

Inheritors

Types

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

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

Link copied to clipboard
data class Provider(val manager: LiveUpdateProviderManager) : Portal.LiveUpdateSource

Uses a LiveUpdateProviderManager to sync and locate the latest web application assets.