Class InternalDraftPageStorage
-
- All Implemented Interfaces:
-
io.scanbot.sdk.persistence.page.PageStorage
,io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
@Deprecated(message = "Use new Document API instead.") public final class InternalDraftPageStorage extends DraftPageStorage
Implementation of DraftPageStorage that is based on ExternalFilesDir
-
-
Constructor Summary
Constructors Constructor Description InternalDraftPageStorage(Application application, PageStorageSettings pageStorageSettings)
-
Method Summary
Modifier and Type Method Description File
getPagesDirectory()
Provides directory which store all pages -
-
Constructor Detail
-
InternalDraftPageStorage
InternalDraftPageStorage(Application application, PageStorageSettings pageStorageSettings)
-
-
Method Detail
-
getPagesDirectory
File getPagesDirectory()
Provides directory which store all pages
-
-
-
-