InquiryNfcAdapter
public protocol InquiryNfcAdapter : AnyObject
This protocol is used internally within the Persona SDK in order to communicate with the optional Nfc module. Do not implement this protocol in your own code.
-
Undocumented
Declaration
Swift
func performPassportNfc( mrz: String, completion: @escaping (Result<Persona2.PassportInfo?, PassportNfcError>) -> Void )
-
Undocumented
Declaration
Swift
func deviceCanPerformNfc() -> Bool