Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class EmvCLPollingInfo(val contactlessCardType: ContactlessCardType, val atqa: ByteArray, val ats: ByteArray, val uid: ByteArray, val sak: Byte) : Parcelable
Data class representing information obtained during EMV contactless card polling.
Link copied to clipboard
data class TypeOutputContactlessAPDU(var iNexusRet: NexusRet? = null, var sAPDUResponse: String? = null) : Parcelable