Document Api
Represents a Document API that allows to create, load and store documents. Please call all this methods in IO thread if possible as they performs file operations.
Functions
Create a new document. This is an IO operation and is not recommended to execute in the UI thread.
Delete all stores documents. This is an IO operation and is not recommended to execute in the UI thread.
Delete a document by its ID. This is an IO operation and is not recommended to execute in the UI thread.
Check if a document with the given ID exists. This is an IO operation and is not recommended to execute in the UI thread.
Load a document by its ID. This is an IO operation and is not recommended to execute in the UI thread.
Get all stored documents. This is an IO operation and is not recommended to execute in the UI thread.