mmkv library
Classes
- MMBuffer
- A native memory buffer, must call MMBuffer.destroy() after no longer use.
- MMKV
- An efficient, small mobile key-value storage framework developed by WeChat. Works on Android & iOS.
- MMKVHandler
- Callback handler for MMKV. Callback is called on the operating thread of the MMKV instance.
Enums
- MMKVLogLevel
- Log level for MMKV.
- MMKVMode
- Process mode for MMKV, default to SINGLE_PROCESS_MODE.
- MMKVRecoverStrategic
- The recover strategic of MMKV on errors. {@link MMKV#registerHandler}