Kofax Mobile SDK API Reference
kfxImageStorage.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxImageStorage.h
4 // 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 
16 @interface kfxImageStorage : NSObject
17 
19 
23 
25 
30 + (NSString*)generateId;
31 
33 
42 - (void)setImage:(UIImage*)image forId:(NSString*)imageId;
43 
45 
51 - (UIImage*)getImageForId:(NSString*)imageId;
52 
53 @end
The image storage interface.
Definition: kfxImageStorage.h:16
kfxImageStorage * sharedStorage()
This method allows to obtain image storage instance.
NSString * generateId()
This methods allows to generate image identifier.
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.