SharedContactDialog

fun SharedContactDialog(contact: Node?, onDismiss: () -> Unit)

Displays a dialog with the contact's information as a QR code and URI.

Parameters

contact

The node representing the contact to share. Null if no contact is selected.

onDismiss

Callback invoked when the dialog is dismissed.