Nfc Result
Defined in package com.scandit.datacapture.id.nfc
- ChipVerificationStatus
Added in version 7.3.0
Represents the status of the NFC chip verification.
- SUCCEEDED
Added in version 7.3.0
The chip verification was successful.
- FAILED
Added in version 7.3.0
The chip verification failed.
- UNKNOWN
Added in version 7.3.0
The chip verification status is unknown.
- CloneDetectionStatus
Added in version 7.3.0
Represents the status of the clone detection check.
- SUCCEEDED
Added in version 7.3.0
The clone detection check passed successfully.
- FAILED
Added in version 7.3.0
The clone detection check failed.
- UNKNOWN
Added in version 7.3.0
The clone detection status is unknown.
- NfcResult
class NfcResultAdded in version 7.3.0
Represents the result of an NFC operation containing personal identification information.
- NfcResult()
NfcResult(firstName: String?, lastName: String?, fullName: String?, documentNumber: String?, documentAdditionalNumber: String?, issuingCountryIso: String?, issuingCountry: String?, issuingAuthority: String?, dateOfIssue: DateResult?, dateOfExpiry: DateResult?, dateOfBirth: DateResult?, faceImage: Bitmap?, signatureImage: Bitmap?, chipVerificationStatus: ChipVerificationStatus, cloneDetectionStatus: CloneDetectionStatus)
Added in version 7.3.0
Constructs an instance of NfcResult with the specified parameters.
The additional number of the document.
- issuingCountryIso
val issuingCountryIso: String?
Added in version 7.3.0
The ISO (Alpha-3 code) abbreviation of the issuing country of the document.
- issuingAuthority
val issuingAuthority: String?
Added in version 7.3.0
Issuing authority of the document.
- dateOfIssue
val dateOfIssue: DateResult?
Added in version 7.3.0
The date of issue of the document.
- dateOfExpiry
val dateOfExpiry: DateResult?
Added in version 7.3.0
The date of expiry of the document.
- dateOfBirth
val dateOfBirth: DateResult?
Added in version 7.3.0
The date of birth of the document holder.
- faceImage
val faceImage: Bitmap?
Added in version 7.3.0
Returns the face image extracted from the NFC chip.
- signatureImage
val signatureImage: Bitmap?
Added in version 7.3.0
Returns the signature image extracted from the NFC chip. Note that this image is not always available, as it depends on the document type and the data stored in the NFC chip.
- chipVerificationStatus
val chipVerificationStatus: ChipVerificationStatus
Added in version 7.3.0
Returns the status of the NFC chip verification.
- cloneDetectionStatus
val cloneDetectionStatus: CloneDetectionStatus
Added in version 7.3.0
Returns the status of the clone detection check.