-
public interface PassportNfcLoadCallbackCallback to be called after the loading of the passport data from the NFC chip
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSuccess(PassportNfcData data)Called when the data of the passport successfully read from the NFC chip abstract UnitonError(PassportNfcLoadErrorType nfcLoadErrorType)Called if any error occurred during the data extraction from the NFC chip -
-
Method Detail
-
onSuccess
abstract Unit onSuccess(PassportNfcData data)
Called when the data of the passport successfully read from the NFC chip
- Parameters:
data- extracted data
-
onError
abstract Unit onError(PassportNfcLoadErrorType nfcLoadErrorType)
Called if any error occurred during the data extraction from the NFC chip
- Parameters:
nfcLoadErrorType- type of the error PassportNfcLoadErrorType
-
-
-
-