DebugMenuScreen

fun DebugMenuScreen(modifier: Modifier = Modifier, onMessage: (String) -> Unit = {}, router: DebugMenuRouter? = null)(source)

Renders the DebugMenuScreen UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

onMessage

callback invoked by the component.

router

router value consumed by the API.