Package | Description |
---|---|
com.sanalogi.cameralibrary | |
com.sanalogi.cameralibrary.nfc |
Modifier and Type | Method and Description |
---|---|
void |
ScanResultInterface.result(PassportModel passportModel)
The data thas been processed by the MRZ scan is accessed from this method.
|
Modifier and Type | Method and Description |
---|---|
PassportModel |
NfcConnection.getPassportModel() |
Modifier and Type | Method and Description |
---|---|
void |
NfcInterface.result(PassportModel nfcData)
The data thas been obatained by the NFC scan is accessed from this method.
|
void |
NfcConnection.setPassportModel(PassportModel passportModel)
Sets the obtained PassportModel object from the MRZ scan, to further store the data from NFC scan.
|