Kofax Mobile SDK API Reference
Properties | List of all members
kfxCreditCardCaptureViewController Class Reference

Credit card capture view controller. More...

#import <kfxCreditCardCaptureViewController.h>

Inheritance diagram for kfxCreditCardCaptureViewController:
kfxCaptureViewController

Properties

kfxCreditCardCaptureParametersparameters
 The parameters of the credit card capture view controller object. More...
 
id< kfxCreditCardCaptureViewControllerDelegatedelegate
 The delegate of the credit card capture view controller object. More...
 
- Properties inherited from kfxCaptureViewController
id< kfxKUTCertificateValidatorDelegatecertificateValidatorDelegate
 The certificate validator delegate. More...
 

Detailed Description

Credit card capture view controller.

The kfxCreditCardCaptureViewController class creates a controller object that allows the user to capture a photo of the credit card, and optionally process the captured image and extract the data.

Before presenting kfxCreditCardCaptureViewController you must specify the parameters and delegate objects.

See also
kfxCaptureViewController
kfxCreditCardCaptureParameters
kfxCreditCardCaptureViewControllerDelegate

Property Documentation

- (id<kfxCreditCardCaptureViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate of the credit card capture view controller object.

The delegate receives notifications when credit card capture finishes or closes.

See also
kfxCreditCardCaptureViewControllerDelegate
- (kfxCreditCardCaptureParameters*) parameters
readwritenonatomiccopy

The parameters of the credit card capture view controller object.

Credit card capture parameters object allows the user to customize various aspects of kfxCreditCardCaptureViewController behavior including visual look and feel, processing and extraction functonality. Updating parameters object is not eligible after kfxCreditCardCaptureViewController was presented into the screen.

See also
kfxCreditCardCaptureParameters

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.