Package-level declarations
Types
Link copied to clipboard
interface Collection
A named group of documents backed by a single MMKV file.
Link copied to clipboard
class CollectionConfig
Configuration for a Collection, populated in the Documents.collection block.
Link copied to clipboard
class DocumentConfig
Configuration for a single document opened on the default store, populated in the Documents.document block.
Link copied to clipboard
Thrown when a document cannot be decoded from storage.
Link copied to clipboard
object Documents
The entry point to the library. Open documents on the default store with document, or open a named Collection with collection when a separate MMKV file is warranted.
Link copied to clipboard
Bootstraps MMKV at process start so consumers never call MMKV.initialize themselves.