#import <KFXCreditCardCaptureView.h>
◆ cancelCreditCardCapture()
- (void) cancelCreditCardCapture |
|
|
|
This method cancels an active credit card capture.
◆ 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.
◆ CardNumberStyle
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
◆ delegate
This property is set to identify the delegate to be called for the methods in this protocol.
◆ ExtractionServerUrl
- (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
◆ extraTimeForExpiry
- (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: