ProgressDialogContent

fun ProgressDialogContent(title: String, subTitle: String, waitTimeText: String? = null, statusText: String? = null, content: @Composable () -> Unit? = null)(source)

Renders the ProgressDialogContent 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.

waitTimeText

wait time text value consumed by the API.

statusText

status text value consumed by the API.

content

content value consumed by the API.