OnBoardingState

data class OnBoardingState(val darkThemeToken: DarkThemeToken = DarkThemeToken.FRAPPE, val appVersion: String = "", val showLocalDiffusionPage: Boolean = false) : MviState(source)

Carries OnBoardingState data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(darkThemeToken: DarkThemeToken = DarkThemeToken.FRAPPE, appVersion: String = "", showLocalDiffusionPage: Boolean = false)

Properties

Link copied to clipboard

Exposes the appVersion value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the darkThemeToken value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the showLocalDiffusionPage value used by the SDAI presentation layer.