ServerSetupEffect

sealed interface ServerSetupEffect : MviEffect(source)

Defines the ServerSetupEffect contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the HideKeyboard singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the LaunchManageStoragePermission singleton used by the SDAI presentation layer.

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

Carries OpenUrl data through the SDAI presentation layer.