Kofax Mobile SDK API Reference
kfxCaptureViewController.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxCaptureViewController.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 <UIKit/UIKit.h>
9 
11 
12 // kfxCertificateValidatorDelegate is deprecated. Use kfxKUTCertificateValidatorDelegate instead.
13 #define kfxCertificateValidatorDelegate kfxKUTCertificateValidatorDelegate
14 
16 
23 @interface kfxCaptureViewController : UIViewController
24 
26 
31 @property (nonatomic, weak) id<kfxKUTCertificateValidatorDelegate> certificateValidatorDelegate;
32 
33 @end
34 
36 
46 
47 @optional
49 
56 - (void)captureViewControllerDidClose:(kfxCaptureViewController*)captureViewController;
57 
58 @end
This protocol defines methods that your delegate object may implement for custom certificate pinning ...
Definition: kfxKUTCertificateValidatorDelegate.h:17
This is an abstract base class for capture view controller. kfxCaptureViewController provides entire ...
Definition: kfxCaptureViewController.h:23
id< kfxKUTCertificateValidatorDelegate > certificateValidatorDelegate
The certificate validator delegate.
Definition: kfxCaptureViewController.h:31
This protocol defines methods that your delegate object should implement to interact with inherited c...
Definition: kfxCaptureViewController.h:45
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.