Capabilities

data class Capabilities(val walletPresentQr: Boolean, val walletPresentNfc: Boolean, val verifierScanQr: Boolean, val verifierScanNfc: Boolean, val bleTransfer: Boolean)

What this platform/build supports. iOS asymmetry lives here (wallet cannot present over NFC).

Constructors

Link copied to clipboard
constructor(walletPresentQr: Boolean, walletPresentNfc: Boolean, verifierScanQr: Boolean, verifierScanNfc: Boolean, bleTransfer: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard