Class CustomDocumentStorage
-
- All Implemented Interfaces:
-
io.scanbot.sdk.persistence.document.DocumentStorage
public final class CustomDocumentStorage extends DocumentStorageBase
Implementation of DocumentStorageBase that is based on the custom directory
-
-
Constructor Summary
Constructors Constructor Description CustomDocumentStorage(Application application)
-
Method Summary
Modifier and Type Method Description File
getDocumentsDirectory()
Provides the directory which stores all documents. -
-
Constructor Detail
-
CustomDocumentStorage
CustomDocumentStorage(Application application)
-
-
Method Detail
-
getDocumentsDirectory
File getDocumentsDirectory()
Provides the directory which stores all documents.
-
-
-
-