public interface NfcInterface
| Modifier and Type | Method and Description |
|---|---|
void |
error(java.lang.Exception ex,
java.lang.String message)
Is used for accessing errors that occur during the NFC scan.
|
void |
result(PassportModel nfcData)
The data thas been obatained by the NFC scan is accessed from this method.
|
void |
steps(java.lang.String file,
java.lang.String status)
Is used for obtaining status information of the NFC scan process.
|
void result(PassportModel nfcData)
nfcData - The data obtained from the NFC scan.void steps(java.lang.String file,
java.lang.String status)
file - File that is being obtained during the NFC scan.status - Status of the NFC scan process (Start - Finish)void error(java.lang.Exception ex,
java.lang.String message)
ex - Java Exceptionmessage - Exception message