OfflineEvent

sealed class OfflineEvent : Event

Inheritors

Types

Link copied to clipboard
data class Error(val code: OfflineErrorCode, val message: String, val data: Any? = null) : OfflineEvent, ErrorEvent

Emitted when an offline error occurred.

Link copied to clipboard
data class Info(val message: String) : OfflineEvent, InfoEvent

Emitted for neutral information provided by the offline content manager. The information provided with this event is only for analytical purposes and are subject to change. Thus, neither the timing nor the content should be used to trigger workflows, but may be used for logging.

Link copied to clipboard
data class Warning(val code: OfflineWarningCode, val message: String) : OfflineEvent, WarningEvent

Emitted when a offline warning occurred.