SmartCardViewModel

class SmartCardViewModel @Inject constructor(cryptoOperations: CryptoOperations) : ViewModel

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

Constructors

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

Properties

Link copied to clipboard

True when the underlying smart-card port reports availability.

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard