Table of Contents

Class StorageSpaceAwareImpl

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

Dlv

[Register("dlv")]
public Context Dlv { get; set; }

Property Value

Context

Dlw

[Register("dlw")]
public ISharedPreferences Dlw { get; set; }

Property Value

ISharedPreferences

Dly

[Register("dly")]
public string Dly { 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