InfoDialog

fun InfoDialog(title: UiText, subTitle: UiText, onDismissRequest: () -> Unit = {})(source)

Renders the InfoDialog UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

title

title value consumed by the API.

subTitle

sub title value consumed by the API.

onDismissRequest

callback invoked by the component.