MdocReaderNfcHandoverResult
data class MdocReaderNfcHandoverResult(val connectionMethods: List<MdocConnectionMethod>, val encodedDeviceEngagement: ByteString, val handover: DataItem)
The result of a successful NFC handover operation
Constructors
Link copied to clipboard
constructor(connectionMethods: List<MdocConnectionMethod>, encodedDeviceEngagement: ByteString, handover: DataItem)