OverlayRouteContent

internal fun OverlayRouteContent(languageCode: String, route: AppRoute, koin: Koin, router: RootAppRouter, urlLauncher: ExternalUrlLauncher, imageToImageViewModel: ImageToImageViewModel)(source)

Renders the OverlayRouteContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

languageCode

BCP-47 language code handled by the platform layer.

route

route value consumed by the API.

koin

koin value consumed by the API.

router

router value consumed by the API.

urlLauncher

url launcher value consumed by the API.

imageToImageViewModel

image to image view model value consumed by the API.