UpdateFlag

sealed interface UpdateFlag : SettingsIntent(source)

Defines the UpdateFlag contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Carries AdvancedFormVisibility data through the SDAI presentation layer.

Link copied to clipboard

Carries AutoSaveResult data through the SDAI presentation layer.

Link copied to clipboard

Carries BackgroundGeneration data through the SDAI presentation layer.

Link copied to clipboard

Carries DarkTheme data through the SDAI presentation layer.

Link copied to clipboard

Carries DynamicColors data through the SDAI presentation layer.

Link copied to clipboard

Carries MonitorConnection data through the SDAI presentation layer.

Link copied to clipboard
data class NNAPI(val flag: Boolean) : SettingsIntent.UpdateFlag

Carries NNAPI data through the SDAI presentation layer.

Link copied to clipboard

Carries SaveToMediaStore data through the SDAI presentation layer.

Link copied to clipboard

Carries SystemDarkTheme data through the SDAI presentation layer.

Link copied to clipboard

Carries TaggedInput data through the SDAI presentation layer.

Properties

Link copied to clipboard
abstract val flag: Boolean

Exposes the flag value used by the SDAI presentation layer.