EmbeddingIntent

sealed interface EmbeddingIntent : MviIntent(source)

Defines the EmbeddingIntent contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the ApplyNewPrompts singleton used by the SDAI presentation layer.

Link copied to clipboard
data class ChangeSelector(val flag: Boolean) : EmbeddingIntent

Carries ChangeSelector data through the SDAI presentation layer.

Link copied to clipboard
data object Close : EmbeddingIntent

Provides the Close singleton used by the SDAI presentation layer.

Link copied to clipboard

Carries ToggleItem data through the SDAI presentation layer.