DownloadDialog

fun DownloadDialog(modifier: Modifier = Modifier, modelId: String, onDismissRequest: () -> Unit, onDownloadSourceSelected: (url: String) -> Unit)(source)

Renders the DownloadDialog UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

modelId

model id value consumed by the API.

onDismissRequest

callback invoked by the component.

onDownloadSourceSelected

callback invoked by the component.