Kofax Mobile SDK API Reference
Instance Methods | Class Methods | Properties | List of all members
KFXCreditCardCaptureView Class Reference

#import <KFXCreditCardCaptureView.h>

Inheritance diagram for KFXCreditCardCaptureView:

Instance Methods

(void) - cancelCreditCardCapture
 

Class Methods

(void) + initializeView
 This message initializes the view and must be sent before it is used. More...
 

Properties

KFXCardStyle CardNumberStyle
 
NSString * ExtractionServerUrl
 
NSTimeInterval extraTimeForExpiry
 
id< KFXCreditCardCapturedDelegatedelegate
 

Method Documentation

- (void) cancelCreditCardCapture

This method cancels an active credit card capture.

+ (void) initializeView

This message initializes the view and must be sent before it is used.

This message initializes the view for use and must be sent to the class before it is used. It is ok to send the message more than once.

Property Documentation

- (KFXCardStyle) CardNumberStyle
readwritenonatomicassign

This property identifies whether a card is either embossed or non-embossed (flat). Setting this property initiates the capture process. Currently non-embossed cards are not supported. This property exists for future compatibility

- (id<KFXCreditCardCapturedDelegate>) delegate
readwritenonatomicweak

This property is set to identify the delegate to be called for the methods in this protocol.

- (NSString*) ExtractionServerUrl
readwritenonatomicstrong

This property identifies the URL to be used in extracting the card number of a flat or non-embossed card. If this property is nil, the card will be captured and an image returned to the application. In that case, extraction is the responsibility of the application. Extraction from web URL is not supported currently. This property exists for future compatibility

- (NSTimeInterval) extraTimeForExpiry
readwritenonatomicassign

Once the card number has been successfully identified, allow a bit more time to figure out the expiry. The default value is 1 second.


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.