Companion
object Companion
Functions
Link copied to clipboard
expect fun MMKV.Companion.defaultMMKV(mode: MMKVMode = MMKVMode.SINGLE_PROCESS, cryptKey: String? = null): MMKV
Get the default MMKV instance
Link copied to clipboard
Initialize MMKV
Link copied to clipboard
expect fun MMKV.Companion.mmkvWithID(id: String, mode: MMKVMode = MMKVMode.SINGLE_PROCESS, cryptKey: String? = null): MMKV
Get an MMKV instance by ID