OfflineEvent
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
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
Emitted when a offline warning occurred.