Uninitialized

data class Uninitialized(val enabled: Boolean = true) : ConnectivityState(source)

Carries Uninitialized data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

Link copied to clipboard
open override val enabled: Boolean

Exposes the enabled value used by the SDAI presentation layer.