ConnectivityComposableContent
fun ConnectivityComposableContent(text: String, status: ConnectivityStatus, containerColor: Color, contentColor: Color, visible: Boolean, modifier: Modifier = Modifier)(source)
Renders the ConnectivityComposableContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
text
text value consumed by the API.
status
status value consumed by the API.
containerColor
container color value consumed by the API.
contentColor
content color value consumed by the API.
visible
visible value consumed by the API.
modifier
Compose modifier applied to the rendered UI.