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
- ISharedPreferences
AvailableDiskSpace
public long AvailableDiskSpace { get; }
Property Value
- long
B
public Context B { get; set; }
Property Value
- Context
TotalDiskSpace
public long TotalDiskSpace { get; }
Property Value
- long
UsedDiskSpace
public long UsedDiskSpace { get; }
Property Value
- long