Table of Contents

Class BarcodeFileStorage

Namespace
IO.Scanbot.Sdk.Persistence
Assembly
BarcodeSDK.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

Lgb

[Register("lgb")]
public string Lgb { get; set; }

Property Value

string

Lgr

[Register("lgr")]
public Application Lgr { get; set; }

Property Value

Application

SdkFilesDirPath

public string SdkFilesDirPath { get; }

Property Value

string

Methods

CleanupBarcodeImagesDirectory()

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