LoggerState

data class LoggerState(val loading: Boolean = true, val text: String = "") : MviState(source)

Carries LoggerState data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(loading: Boolean = true, text: String = "")

Properties

Link copied to clipboard

Exposes the loading value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the text value used by the SDAI presentation layer.

Functions

Link copied to clipboard

Converts SDAI data with toContentState.