LoggerScreenContentState

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

Carries LoggerScreenContentState 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.