AboutUiState

data class AboutUiState(val screenState: ScreenState = ScreenState()) : UiState

UI state for the about page screen.

Constructors

Link copied to clipboard
constructor(screenState: ScreenState = ScreenState())

Properties

Link copied to clipboard
open override val screenState: ScreenState

The screen state containing error and loading information.

Functions

Link copied to clipboard
open override fun updateScreenState(newScreenState: ScreenState): AboutUiState

Creates a copy of this UI state with the given screen state.