Class StorageSpaceAwareImpl
- Namespace
- IO.Scanbot.Sdk.Persistence
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class StorageSpaceAwareImpl : Object, IStorageSpaceAware, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
StorageSpaceAwareImpl
- Implements
Constructors
StorageSpaceAwareImpl(Context)
public StorageSpaceAwareImpl(Context context)
Parameters
context
Context
Properties
A
public ISharedPreferences A { get; set; }
Property Value
AvailableDiskSpace
public long AvailableDiskSpace { get; }
Property Value
B
public Context B { get; set; }
Property Value
TotalDiskSpace
public long TotalDiskSpace { get; }
Property Value
UsedDiskSpace
public long UsedDiskSpace { get; }