Draft Page File Storage
class DraftPageFileStorage(draftPageStorageProcessor: DraftPageStorageProcessor, draftPageStorage: DraftPageStorage, fileIOProcessor: FileIOProcessor) : PageFileStorage
Deprecated
Use new Document API instead.
Interactor class which could operate with draft Page files
Constructors
Link copied to clipboard
constructor(draftPageStorageProcessor: DraftPageStorageProcessor, draftPageStorage: DraftPageStorage, fileIOProcessor: FileIOProcessor)