Package 

Interface PassportNfcLoadCallback


  • 
    public interface PassportNfcLoadCallback
    
                        

    Callback to be called after the loading of the passport data from the NFC chip

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSuccess(PassportNfcData data) Called when the data of the passport successfully read from the NFC chip
      abstract Unit onError(PassportNfcLoadErrorType nfcLoadErrorType) Called if any error occurred during the data extraction from the NFC chip
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait