Class BlobStoreStrategy
- Namespace
- IO.Scanbot.Sdk.Persistence
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/BlobStoreStrategy", DoNotGenerateAcw = true)]
public sealed class BlobStoreStrategy : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BlobStoreStrategy
- Implements
-
- Inherited Members
-
Constructors
BlobStoreStrategy(Application, string)
[Register(".ctor", "(Landroid/app/Application;Ljava/lang/String;)V", "")]
public BlobStoreStrategy(Application application, string customSdkPath)
Parameters
application Application
customSdkPath string
Fields
BinariesDirName
[Register("BINARIES_DIR_NAME")]
[Obsolete("deprecated")]
public const string BinariesDirName = "binaries"
Field Value
- string
Properties
BinariesDirectory
public File BinariesDirectory { get; }
Property Value
- File
Ieb
[Register("ieb")]
public string Ieb { get; set; }
Property Value
- string
Ier
[Register("ier")]
public Application Ier { get; set; }
Property Value
- Application
OcrDataDirectory
public File OcrDataDirectory { get; }
Property Value
- File
Methods
GetLocalFileFor(BlobType)
[Register("getLocalFileFor", "(Lio/scanbot/sdk/blob/BlobType;)Ljava/io/File;", "")]
public File GetLocalFileFor(BlobType blobType)
Parameters
blobType BlobType
Returns
- File