ReportScreenContent
fun ReportScreenContent(state: ReportScreenContentState, strings: ReportScreenStrings, onNavigateBack: () -> Unit, onSubmit: () -> Unit, onTextChange: (String) -> Unit, onReasonChange: (ReportReason) -> Unit, modifier: Modifier = Modifier)(source)
Renders the ReportScreenContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
strings
strings value consumed by the API.
onNavigateBack
callback invoked by the component.
onSubmit
callback invoked by the component.
onTextChange
callback invoked by the component.
onReasonChange
callback invoked by the component.
modifier
Compose modifier applied to the rendered UI.