DonateEffect

sealed interface DonateEffect : MviEffect(source)

Defines the DonateEffect contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class OpenUrl(val url: String) : DonateEffect

Carries OpenUrl data through the SDAI presentation layer.