public class PassportNfcScanner
Scans the given tag and extracts all the data from it
public PassportNfcScanner()
Scans the given tag and extracts all the data from it
@WorkerThread
public void extractData(@NotNull
android.nfc.tech.IsoDep isoDep,
@NotNull
PassportNfcKey passportNfcKey,
@NotNull
io.scanbot.nfcscanner.passport.PassportNfcLoadCallback callback)
Scans the given tag and extracts all the data from it
isoDep - tag to extract data frompassportNfcKey - passport info required to unlock the tagcallback - callback to be executed after loading ends