Kofax Mobile SDK API Reference
KFXCreditCardCaptureView.h
Go to the documentation of this file.
1 //
2 // KFXCreditCardCaptureView.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2014 - 2017 Kofax. All rights reserved.
6 //
7 
9 #import "KFXCreditCard.h"
10 
11 typedef NS_ENUM(NSUInteger, KFXCardStyle)
12 {
15 };
16 
17 @interface KFXCreditCardCaptureView : UIView
18 
19 // ! Card Number Style.
24 @property (nonatomic) KFXCardStyle CardNumberStyle;
25 
26 // ! Extraction Server URL.
32 @property (nonatomic, strong) NSString *ExtractionServerUrl;
33 
34 // ! Extra time for expiry date scan
39 @property (nonatomic, assign) NSTimeInterval extraTimeForExpiry;
40 
41 // ! Delegate the CreditCardCapturedDelegate protocol.
45 @property (nonatomic, weak) id<KFXCreditCardCapturedDelegate> delegate;
46 
47 // ! cancelCreditCardCapture
52 
54 
58 + (void) initializeView;
59 
60 @end
Definition: KFXCreditCardCaptureView.h:17
id< KFXCreditCardCapturedDelegate > delegate
Definition: KFXCreditCardCaptureView.h:45
NSString * ExtractionServerUrl
Definition: KFXCreditCardCaptureView.h:32
KFXCardStyle CardNumberStyle
Definition: KFXCreditCardCaptureView.h:24
void initializeView()
This message initializes the view and must be sent before it is used.
Definition: KFXCreditCardCaptureView.h:14
KFXCardStyle
Definition: KFXCreditCardCaptureView.h:11
NSTimeInterval extraTimeForExpiry
Definition: KFXCreditCardCaptureView.h:39
Definition: KFXCreditCardCaptureView.h:13
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.