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

Ckk

[Register("ckk")]
public ISharedPreferences Ckk { get; set; }

Property Value

ISharedPreferences

Cky

[Register("cky")]
public string Cky { get; set; }

Property Value

string

Ckz

[Register("ckz")]
public Context Ckz { get; set; }

Property Value

Context

SdkDirPath

public string SdkDirPath { get; }

Property Value

string

TotalDiskSpace

public long TotalDiskSpace { get; }

Property Value

long

UsedDiskSpace

public long UsedDiskSpace { get; }

Property Value

long