Package-level declarations
Functions
Link copied to clipboard
Adds a listener to receive callbacks when any key in this MMKV instance changes.
Link copied to clipboard
fun MMKV.Companion.defaultMMKV(mode: MMKVMode = MMKVMode.SINGLE_PROCESS, cryptKey: String? = null): MMKV
Returns a singleton MMKV instance backed by an internal center with event dispatching capability.
Link copied to clipboard
Link copied to clipboard
Reads a value from MMKV and decodes it as the given Kotlin class clazz.
Link copied to clipboard
fun MMKV.Companion.mmkvWithID(mmapID: String, mode: MMKVMode = MMKVMode.SINGLE_PROCESS, cryptKey: String? = null): MMKV
Returns (or creates) a named MMKV instance identified by mmapID, wrapped with event dispatching.
Link copied to clipboard
================================================ Author: 886kagg Created on: 2025/9/26 20:51 ================================================