ExtrasIntent

sealed interface ExtrasIntent : MviIntent(source)

Defines the ExtrasIntent contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the ApplyPrompts singleton used by the SDAI presentation layer.

Link copied to clipboard
data object Close : ExtrasIntent

Provides the Close singleton used by the SDAI presentation layer.

Link copied to clipboard
data class ToggleItem(val item: ExtraItemUi) : ExtrasIntent

Carries ToggleItem data through the SDAI presentation layer.