LiveUpdateResult

sealed class LiveUpdateResult<out T>

Result type for LiveUpdateHandlers.

Inheritors

Types

Link copied to clipboard

Cancel result.

Link copied to clipboard
object Companion
Link copied to clipboard

Provides access to the built Notification.

Link copied to clipboard
class Ok<T> : LiveUpdateResult<T>

Successful result.