Atalasoft MobileImage API Reference
|
Defines the delegate methods for Credit Card capture. More...
#import <KFXCreditCardCapturedDelegate.h>
Instance Methods | |
(void) | - cardExtractionFailed: |
(void) | - cardExtracted:: |
(void) | - cardCaptured: |
Defines the delegate methods for Credit Card capture.
This protocol defines delegate methods a calling view controller can implement to receive asynchronous notifications of successful extraction, or failure, of a credit card.
|
optional |
This is reserved for future use with non-embossed cards, if ExtractionServerUrl of the KFXCreditCardCaptureView is empty.
[in] | image | For future use with non-embossed cards, this will be a kfxKEDImage of the captured card. |
|
required |
This is called when extraction succeeds.
[in] | image | For embossed cards, this will be nil. For future use with non-embossed cards, this will be a kfxKEDImage of the captured card. |
[in] | creditCardData | The returned data from extraction. |
|
required |
This is called if the card fails to extract.
[in] | failureReason | An error code. Call [kfxError findErrMsg:failureReason] to get a displayable error message. |