DeleteGalleryDialog

internal fun DeleteGalleryDialog(titleKey: String, textKey: String, onConfirm: () -> Unit, onDismiss: () -> Unit)(source)

Renders the DeleteGalleryDialog UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

titleKey

title key value consumed by the API.

textKey

text key value consumed by the API.

onConfirm

callback invoked by the component.

onDismiss

callback invoked when the UI should be dismissed.