RootBackHandler

internal actual fun RootBackHandler(enabled: Boolean, onBack: () -> Unit)(source)

Renders the RootBackHandler UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

enabled

enabled value consumed by the API.

onBack

callback invoked by the component.

internal expect fun RootBackHandler(enabled: Boolean, onBack: () -> Unit)(source)

Renders the RootBackHandler UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

enabled

enabled value consumed by the API.

onBack

callback invoked by the component.

internal actual fun RootBackHandler(enabled: Boolean, onBack: () -> Unit)(source)

Renders the RootBackHandler UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

enabled

enabled value consumed by the API.

onBack

callback invoked by the component.