public class InternalPassportNfcScanner
Scans the given tag and extracts all the data from it. Should be cleaned after the usage
public InternalPassportNfcScanner(@NotNull
android.nfc.tech.IsoDep isoDepTag,
@NotNull
java.lang.String passportNumber,
@NotNull
java.lang.String birthdate,
@NotNull
java.lang.String expiryDate)
Scans the given tag and extracts all the data from it. Should be cleaned after the usage
isoDepTag - tag to extract data frompassportNumber - raw passport number. Should be not less than 8 symbols without spacesbirthdate - birth date in yyMMdd formatexpiryDate - expiration date of the passport in yyMMdd formatpublic void extractData(@NotNull
PassportNfcLoadCallback nfcLoadCallback)
Starting the process of scanning
nfcLoadCallback - callback to be executed after loading endspublic void clean()
Deletes a GlobalRef in JNI