public PassportNfcLoadCallback
Callback to be called after the loading of the passport data from the NFC chip
void onSuccess(@NotNull
PassportNfcData data)
Called when the data of the passport successfully read from the NFC chip
data - extracted datavoid onError(@NotNull
PassportNfcLoadErrorType nfcLoadErrorType)
Called if any error occurred during the data extraction from the NFC chip
nfcLoadErrorType - type of the error enum PassportNfcLoadErrorType