ReportScreen

fun ReportScreen(itemId: Long, modifier: Modifier = Modifier, router: ReportRouter? = null)(source)

Renders the ReportScreen UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

itemId

item id value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

router

router value consumed by the API.