ServerSetupModal
internal fun ServerSetupModal(modal: ServerSetupState.Modal, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)(source)
Renders the ServerSetupModal UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modal
modal value consumed by the API.
strings
strings value consumed by the API.
processIntent
process intent value consumed by the API.