Kofax Mobile SDK API Reference
kfxCreditCardCaptureViewController.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxCreditCardCaptureViewController.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <MobileSDK/kfxCaptureViewController.h>
9 
10 @class kfxCreditCardData;
13 
15 
21 
22 @optional
24 
36 - (void)creditCardCaptureViewController:(kfxCreditCardCaptureViewController*)creditCardCaptureViewController didExtractCreditCard:(kfxCreditCardData*)creditCard error:(NSError*)error;
37 
38 @end
39 
41 
51 
53 
59 @property (nonatomic, copy) kfxCreditCardCaptureParameters* parameters;
60 
62 
67 @property (nonatomic, weak) id<kfxCreditCardCaptureViewControllerDelegate> delegate;
68 
69 @end
This is an abstract base class for capture view controller. kfxCaptureViewController provides entire ...
Definition: kfxCaptureViewController.h:23
Credit card capture view controller.
Definition: kfxCreditCardCaptureViewController.h:50
This protocol defines methods that your delegate object should implement to interact with inherited c...
Definition: kfxCaptureViewController.h:45
This object represents credit card data.
Definition: kfxCreditCardData.h:16
This protocol defines methods that your delegate object should implement to interact with kfxCreditCa...
Definition: kfxCreditCardCaptureViewController.h:20
kfxCreditCardCaptureParameters * parameters
The parameters of the credit card capture view controller object.
Definition: kfxCreditCardCaptureViewController.h:59
The credit card capture view controller parameters.
Definition: kfxCreditCardCaptureParameters.h:28
id< kfxCreditCardCaptureViewControllerDelegate > delegate
The delegate of the credit card capture view controller object.
Definition: kfxCreditCardCaptureViewController.h:67
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.