| Interface | Description |
|---|---|
| PassportNfcLoadCallback |
Callback to be called after the loading of the passport data from the NFC chip
|
| Class | Description |
|---|---|
| InternalPassportNfcScanner |
Scans the given tag and extracts all the data from it. Should be cleaned after the usage
|
| PassportNfcData |
Wraps all the data loaded from DG1 and DG2 groups
|
| PassportNfcDg1DataItem |
Wraps the single item of the data loaded from DG1 group as a key-value object
|
| PassportNfcDg2DataItem |
Wraps the single item of the data loaded from DG2 group as a key-value object
|
| Enum | Description |
|---|---|
| NFCDatagroupDG1FieldName |
Fields contained in DG1 nfc tag of the passport
|
| NFCDatagroupDG2FieldName |
Fields contained in DG2 nfc tag of the passport
|
| PassportNfcLoadErrorType |
Describes the error which might happen during data extraction from the NFC chip
|