DrawerIntent

sealed interface DrawerIntent : MviIntent(source)

Defines the DrawerIntent contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data object Close : DrawerIntent

Provides the Close singleton used by the SDAI presentation layer.

Link copied to clipboard
data object Open : DrawerIntent

Provides the Open singleton used by the SDAI presentation layer.