Package-level declarations
Types
Link copied to clipboard
class ScannedQrCodeViewModel(radioConfigRepository: RadioConfigRepository, radioController: RadioController, nodeRepository: NodeRepository) : ViewModel
Functions
Link copied to clipboard
fun ScannedQrCodeDialog(incoming: ChannelSet, onDismiss: () -> Unit, viewModel: ScannedQrCodeViewModel = koinViewModel())
fun ScannedQrCodeDialog(channels: ChannelSet, incoming: ChannelSet, onDismiss: () -> Unit, maxChannels: Int = DEFAULT_MAX_CHANNELS, onConfirm: (ChannelSet) -> Unit)
Enables the user to select which channels to accept after scanning a QR code.