NFC
This section contains the necessary knowledge to understand the start nfc in BiometridStandard.
It contains two methods to start NFC:
Manual NFC, where you send the MRZ data for the nfc scan
Auto NFC, where it has a step to take a photo of mrz code, and then starts nfc scan.
Parameter
Description
viewController: UIViewController
View Controller to open the nfc screen
passportMRZ: PassportMRZKey
Data with MRZ of passport you want to scan
options: NFCCustomization?
Options to change customization of nfc screen
callback: ProcessCallback?
callback
Implementation example
Callback params
document: EDocument?
Image in base64
errors: Errors?
Errors associated enum
Was this helpful?