DebugMenuEffect

sealed interface DebugMenuEffect : MviEffect(source)

Defines the DebugMenuEffect contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class Message(val message: String) : DebugMenuEffect

Carries Message data through the SDAI presentation layer.