LoggerScreenContent
fun LoggerScreenContent(strings: LoggerScreenStrings, state: LoggerScreenContentState, processAction: (LoggerScreenAction) -> Unit, modifier: Modifier = Modifier)(source)
Renders the LoggerScreenContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
strings
strings value consumed by the API.
state
state rendered or processed by the component.
processAction
process action value consumed by the API.
modifier
Compose modifier applied to the rendered UI.