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

Ebk

[Register("ebk")]
public string Ebk { get; set; }

Property Value

string

Ebn

[Register("ebn")]
public ISharedPreferences Ebn { get; set; }

Property Value

ISharedPreferences

Ebx

[Register("ebx")]
public Context Ebx { 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