Package-level declarations

Types

Link copied to clipboard
class QrKeyViewModel @Inject constructor(keyRepository: KeyRepository) : ViewModel

ViewModel exposing the key list and public-key export for QR encoding.

Functions

Link copied to clipboard
fun QrKeyScreen(onBack: () -> Unit, listViewModel: KeyListViewModel = hiltViewModel(), qrViewModel: QrKeyViewModel = hiltViewModel())

QR key exchange screen.