Table of Contents

Class StorageSpaceAwareImpl

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

Constructors

StorageSpaceAwareImpl(Context, string)

[Register(".ctor", "(Landroid/content/Context;Ljava/lang/String;)V", "")]
public StorageSpaceAwareImpl(Context context, string sdkDirPath)

Parameters

context Context
sdkDirPath string

Properties

AvailableDiskSpace

public long AvailableDiskSpace { get; }

Property Value

long

Ieb

[Register("ieb")]
public ISharedPreferences Ieb { get; set; }

Property Value

ISharedPreferences

Iej

[Register("iej")]
public Context Iej { get; set; }

Property Value

Context

Ier

[Register("ier")]
public string Ier { get; set; }

Property Value

string

SdkDirPath

public string SdkDirPath { get; }

Property Value

string

TotalDiskSpace

public long TotalDiskSpace { get; }

Property Value

long

UsedDiskSpace

public long UsedDiskSpace { get; }

Property Value

long