DeleteMessageDialog

fun DeleteMessageDialog(count: Int, onConfirm: () -> Unit, onDismiss: () -> Unit)(source)

A dialog confirming the deletion of messages.

Parameters

count

The number of messages to be deleted.

onConfirm

Callback invoked when the user confirms the deletion.

onDismiss

Callback invoked when the dialog is dismissed.