GenerationImageResultDialog

fun GenerationImageResultDialog(imageBase64: String, showSaveButton: Boolean = false, showReportButton: Boolean = false, onDismissRequest: () -> Unit = {}, onSaveRequest: () -> Unit = {}, onReportRequest: () -> Unit = {}, onViewDetailRequest: () -> Unit = {})(source)

Renders the GenerationImageResultDialog UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

imageBase64

image base64 value consumed by the API.

showSaveButton

show save button value consumed by the API.

showReportButton

show report button value consumed by the API.

onDismissRequest

callback invoked by the component.

onSaveRequest

callback invoked by the component.

onReportRequest

callback invoked by the component.

onViewDetailRequest

callback invoked by the component.