Package-level declarations
Types
A named group of documents backed by a single MMKV file.
Configuration for a Collection, populated in the Documents.collection block.
Configuration for a single document opened on the default store, populated in the Documents.document block.
Thrown when a document cannot be decoded from storage.
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.
Bootstraps MMKV at process start so consumers never call MMKV.initialize themselves.
A bytes-in/bytes-out transform applied to one field's already-CBOR-encoded value.
Functions
Opens the Document at key in this collection, resolving the value type's serializer at the call site and configured through config.