SdModel

sealed interface SdModel : SettingsIntent(source)

Defines the SdModel contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the OpenChooser singleton used by the SDAI presentation layer.

Link copied to clipboard
data class Select(val model: String) : SettingsIntent.SdModel

Carries Select data through the SDAI presentation layer.