Package-level declarations

Types

Link copied to clipboard
class ScannedQrCodeViewModel(radioConfigRepository: RadioConfigRepository, radioController: RadioController) : ViewModel

Functions

Link copied to clipboard
fun ScannedQrCodeDialog(incoming: ChannelSet, onDismiss: () -> Unit, viewModel: ScannedQrCodeViewModel = koinViewModel())

fun ScannedQrCodeDialog(channels: ChannelSet, incoming: ChannelSet, onDismiss: () -> Unit, onConfirm: (ChannelSet) -> Unit)

Enables the user to select which channels to accept after scanning a QR code.