Package-level declarations

Types

Link copied to clipboard
class SmartCardViewModel @Inject constructor(cryptoOperations: CryptoOperations) : ViewModel

ViewModel reporting whether a smart-card port is available on this device.

Functions

Link copied to clipboard
fun SmartCardScreen(onBack: () -> Unit, viewModel: SmartCardViewModel = hiltViewModel())

Smart-card status screen (hardware-token integration placeholder).