Class DraftPageStorage
[Obsolete("This class is obsoleted in this android platform")]
[Register("io/scanbot/sdk/persistence/page/legacy/draft/DraftPageStorage", DoNotGenerateAcw = true)]
public abstract class DraftPageStorage : PageStorageBase, ILegacyPageStorage, IPageStorage, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DraftPageStorage
- Implements
- Derived
- Inherited Members
Constructors
DraftPageStorage(Application, PageStorageSettings)
[Register(".ctor", "(Landroid/app/Application;Lio/scanbot/sdk/persistence/page/PageStorageSettings;)V", "")]
public DraftPageStorage(Application application, PageStorageSettings pageStorageSettings)
Parameters
applicationApplicationpageStorageSettingsPageStorageSettings
DraftPageStorage(nint, JniHandleOwnership)
protected DraftPageStorage(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReferenceninttransferJniHandleOwnership
Properties
Application
public Application Application { get; }
Property Value
Ctd
[Register("ctd")]
public string Ctd { get; set; }
Property Value
Ctv
[Register("ctv")]
public PageStorageSettings Ctv { get; set; }
Property Value
Ctw
[Register("ctw")]
public Application Ctw { get; set; }
Property Value
DraftSdkPagesFolderName
public string DraftSdkPagesFolderName { get; }
Property Value
PageStorageSettings
public PageStorageSettings PageStorageSettings { get; }