Kofax Mobile SDK API Reference
kfxCheckCaptureViewController.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxCheckCaptureViewController.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <MobileSDK/kfxCaptureViewController.h>
9 
10 @class kfxCheckData;
13 
15 
21 
22 @optional
24 
39 - (void)checkCaptureViewController:(kfxCheckCaptureViewController*)checkCaptureViewController didExtractCheck:(kfxCheckData*)check error:(NSError*)error;
40 
41 @end
42 
44 
55 
57 
63 @property (nonatomic, copy) kfxCheckCaptureParameters* parameters;
64 
66 
71 @property (nonatomic, weak) id<kfxCheckCaptureViewControllerDelegate> delegate;
72 
73 @end
kfxCheckCaptureParameters
Definition: kfxCheckCaptureParameters.h:44
kfxCaptureViewControllerDelegate-p
This protocol defines methods that your delegate object should implement to interact with inherited c...
Definition: kfxCaptureViewController.h:45
kfxCheckCaptureViewControllerDelegate-p
This protocol defines methods that your delegate object should implement to interact with kfxCheckCap...
Definition: kfxCheckCaptureViewController.h:20
kfxCaptureViewController
This is an abstract base class for capture view controller. kfxCaptureViewController provides entire ...
Definition: kfxCaptureViewController.h:23
kfxCheckData
This object represents check data.
Definition: kfxCheckData.h:20
kfxCheckCaptureViewController::parameters
kfxCheckCaptureParameters * parameters
The parameters of the check capture view controller object.
Definition: kfxCheckCaptureViewController.h:63
kfxCheckCaptureViewController::delegate
id< kfxCheckCaptureViewControllerDelegate > delegate
The delegate of the check capture view controller object.
Definition: kfxCheckCaptureViewController.h:71
kfxCheckCaptureViewController
Check capture view controller.
Definition: kfxCheckCaptureViewController.h:54
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.