ReportLoadedContent
private fun ReportLoadedContent(state: ReportScreenContentState, strings: ReportScreenStrings, onTextChange: (String) -> Unit, onReasonChange: (ReportReason) -> Unit)(source)
Renders the ReportLoadedContent 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.
onTextChange
callback invoked by the component.
onReasonChange
callback invoked by the component.