LoggerIntent

sealed interface LoggerIntent : MviIntent(source)

Defines the LoggerIntent contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data object CopyLogs : LoggerIntent

Provides the CopyLogs singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the NavigateBack singleton used by the SDAI presentation layer.

Link copied to clipboard
data object ReadLogs : LoggerIntent

Provides the ReadLogs singleton used by the SDAI presentation layer.

Link copied to clipboard
data object ShareLogs : LoggerIntent

Provides the ShareLogs singleton used by the SDAI presentation layer.