ProgressDialogStatus
fun ProgressDialogStatus(modifier: Modifier = Modifier, waitTimeSeconds: Int?, positionInQueue: Int?, step: Pair<Int, Int>?)(source)
Renders the ProgressDialogStatus UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
waitTimeSeconds
wait time seconds value consumed by the API.
positionInQueue
position in queue value consumed by the API.
step
step value consumed by the API.