Kofax Mobile SDK API Reference
kfxLookAndFeelParameters.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxLookAndFeelParameters.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 <Foundation/Foundation.h>
9 
11 
14 typedef NS_ENUM (NSInteger, kfxTorchMode)
15 {
19 };
20 
22 
28 @interface kfxLookAndFeelParameters : NSObject <NSCopying>
29 
31 
36 @property (nonatomic, assign) BOOL galleryEnabled;
37 
39 
46 @property (nonatomic, assign) BOOL forceCaptureEnabled;
47 
49 
55 @property (nonatomic, assign) NSTimeInterval manualCaptureTimer;
56 
58 
63 @property (nonatomic, assign) BOOL exitEnabled;
64 
66 
76 @property (nonatomic, assign) kfxTorchMode torch;
77 
79 
83 @property (nonatomic, assign) BOOL reviewCapturedImageEnabled;
84 
86 
90 @property (nonatomic, assign) BOOL reviewProcessedImageEnabled;
91 
92 @end
BOOL galleryEnabled
A boolean value that determines whether gallery button is enabled.
Definition: kfxLookAndFeelParameters.h:36
Definition: kfxLookAndFeelParameters.h:18
BOOL reviewCapturedImageEnabled
A boolean value that determines whether to show captured image review flow.
Definition: kfxLookAndFeelParameters.h:83
The look and feel parameters class.
Definition: kfxLookAndFeelParameters.h:28
BOOL exitEnabled
A boolean value that determines whether exit button is enabled.
Definition: kfxLookAndFeelParameters.h:63
NSTimeInterval manualCaptureTimer
The number of seconds to show force capture button after presenting capture controller.
Definition: kfxLookAndFeelParameters.h:55
BOOL forceCaptureEnabled
A boolean value that determines whether force capture button is enabled.
Definition: kfxLookAndFeelParameters.h:46
kfxTorchMode
An enumeration containing the possible torch mode values.
Definition: kfxLookAndFeelParameters.h:14
Definition: kfxLookAndFeelParameters.h:16
kfxTorchMode torch
A torch mode value that determines camera torch behavior.
Definition: kfxLookAndFeelParameters.h:76
Definition: kfxLookAndFeelParameters.h:17
BOOL reviewProcessedImageEnabled
A boolean value that determines whether to show processed image review flow.
Definition: kfxLookAndFeelParameters.h:90
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.