ProgressDialogStatusContent

fun ProgressDialogStatusContent(modifier: Modifier = Modifier, waitTimeText: String?, statusText: String?)(source)

Renders the ProgressDialogStatusContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

waitTimeText

wait time text value consumed by the API.

statusText

status text value consumed by the API.