WebUiState

data class WebUiState(val loading: Boolean = true, val source: ServerSource = ServerSource.AUTOMATIC1111, val url: String = "") : MviState(source)

Carries WebUiState data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(loading: Boolean = true, source: ServerSource = ServerSource.AUTOMATIC1111, url: String = "")

Properties

Link copied to clipboard

Exposes the loading value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the source value used by the SDAI presentation layer.

Link copied to clipboard
val url: String

Exposes the url value used by the SDAI presentation layer.