Kofax Mobile SDK API Reference
KFXLocalBundleProjectProvider.h
Go to the documentation of this file.
1 //
2 // KFXLocalBundleProjectProvider.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2014-2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #ifndef KFXLOCALBUNDLEPROJECTPROVIDER
10 #define KFXLOCALBUNDLEPROJECTPROVIDER 1
11 
12 #import <Foundation/Foundation.h>
14 
16 
18 
28 
30 
37 - (instancetype)initWithCacheProvider:(id<KFXBundleCacheProviderProtocol>)cacheProvider;
38 
40 
45 - (instancetype)initWithPath:(NSString*)path;
46 
48 
56 - (instancetype)initWithPath:(NSString*)path cacheProvider:(id<KFXBundleCacheProviderProtocol>)cacheProvider;
57 
58 
60 
66 - (NSString*)getLatestCachedModelDataInfo:(NSString*)projectName;
67 
68 
69 @end
70 
71 #endif
Project Provider protocol.
Definition: KFXProjectProviderProtocol.h:17
Bundle Cache Provider protocol.
Definition: KFXBundleCacheProviderProtocol.h:20
Local Bundle Project Provider.
Definition: KFXLocalBundleProjectProvider.h:27
NSString * getLatestCachedModelDataInfo()
Get latest cached model data build information.
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.