Table of Contents

Class BarcodeFileStorage

Namespace
IO.Scanbot.Sdk.Persistence
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/BarcodeFileStorage", DoNotGenerateAcw = true)]
public sealed class BarcodeFileStorage : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeFileStorage
Implements
Inherited Members

Constructors

BarcodeFileStorage(Application, string)

[Register(".ctor", "(Landroid/app/Application;Ljava/lang/String;)V", "")]
public BarcodeFileStorage(Application application, string sdkFilesDirPath)

Parameters

application Application
sdkFilesDirPath string

Properties

Application

public Application Application { get; }

Property Value

Application

BarcodeImagesDirectory

public File BarcodeImagesDirectory { get; }

Property Value

File

Fmw

[Register("fmw")]
public string Fmw { get; set; }

Property Value

string

Fmy

[Register("fmy")]
public Application Fmy { get; set; }

Property Value

Application

SdkFilesDirPath

public string SdkFilesDirPath { get; }

Property Value

string

Methods

CleanupBarcodeImagesDirectory()

[Register("cleanupBarcodeImagesDirectory", "()V", "")]
public void CleanupBarcodeImagesDirectory()