Atalasoft MobileImage API Reference
|
Credit card capture view controller. More...
#import <kfxCreditCardCaptureViewController.h>
Properties | |
kfxCreditCardCaptureParameters * | parameters |
The parameters of the credit card capture view controller object. More... | |
id< kfxCreditCardCaptureViewControllerDelegate > | delegate |
The delegate of the credit card capture view controller object. More... | |
Properties inherited from kfxCaptureViewController | |
id< kfxKUTCertificateValidatorDelegate > | certificateValidatorDelegate |
The certificate validator delegate. More... | |
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.
|
readwritenonatomicweak |
The delegate of the credit card capture view controller object.
The delegate receives notifications when credit card capture finishes or closes.
|
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.