Kofax Mobile SDK API Reference
kfxIDCaptureViewController.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxIDCaptureViewController.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 kfxIDData;
13 
15 
21 
22 @optional
24 
40 - (void)idCaptureViewController:(kfxIDCaptureViewController*)idCaptureViewController didExtractID:(kfxIDData*)idData error:(NSError*)error;
41 
42 @end
43 
45 
57 
59 
65 @property (nonatomic, copy) kfxIDCaptureParameters* parameters;
66 
68 
73 @property (nonatomic, weak) id<kfxIDCaptureViewControllerDelegate> delegate;
74 
75 @end
This is an abstract base class for capture view controller. kfxCaptureViewController provides entire ...
Definition: kfxCaptureViewController.h:23
kfxIDCaptureParameters * parameters
The parameters of the ID capture view controller object.
Definition: kfxIDCaptureViewController.h:65
id< kfxIDCaptureViewControllerDelegate > delegate
The delegate of the ID capture view controller object.
Definition: kfxIDCaptureViewController.h:73
This protocol defines methods that your delegate object should implement to interact with kfxIDCaptur...
Definition: kfxIDCaptureViewController.h:20
This protocol defines methods that your delegate object should implement to interact with inherited c...
Definition: kfxCaptureViewController.h:45
ID capture view controller.
Definition: kfxIDCaptureViewController.h:56
This object represents id document data.
Definition: kfxIDData.h:18
The ID capture view controller parameters.
Definition: kfxIDCaptureParameters.h:210
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.