CustomerIdentifyResult
public struct CustomerIdentifyResult
Customer Biometric Verification** Customer Identify result.
-
Captured
Selfieface data.Declaration
Swift
public var selfie: Selfie -
Submits a
CustomerIdentifyResultto the server.Declaration
Swift
public func submit(completion: @escaping CustomerIdentifyAPICompletionV3) -
Submits a
CustomerIdentifyResultto the server.Declaration
Swift
public func finalSubmit(completion: @escaping CustomerIdentifyAPICompletion)Parameters
completionReturns a
CustomerIdentifyResponsefrom the server.