Kofax Mobile SDK API Reference
KFXCreditCardCapturedDelegate.h
Go to the documentation of this file.
1 //
2 // KFXCreditCardCapturedDelegate.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2014 - 2017 Kofax. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "KFXCreditCard.h"
10 
12 
15 @protocol KFXCreditCardCapturedDelegate<NSObject>
16 
17 @required
18 
19 // ! Notification of extraction failure
24 - (void) cardExtractionFailed : (int) failureReason;
25 
26 // ! Notification of extraction success
32 - (void) cardExtracted : (id) image andCreditCard : (KFXCreditCard *) creditCardData;
33 
34 @optional
35 // ! Notification of image captured for custom extraction of non-embossed cards
40 - (void) cardCaptured : (id) image;
41 
42 @end
Defines the delegate methods for Credit Card capture.
Definition: KFXCreditCardCapturedDelegate.h:15
Definition: KFXCreditCard.h:10
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.