ScannedQrCodeDialog
fun ScannedQrCodeDialog(incoming: ChannelSet, onDismiss: () -> Unit, viewModel: ScannedQrCodeViewModel = koinViewModel())(source)
fun ScannedQrCodeDialog(channels: ChannelSet, incoming: ChannelSet, onDismiss: () -> Unit, onConfirm: (ChannelSet) -> Unit)(source)
Enables the user to select which channels to accept after scanning a QR code.