A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
L
- LevelDebug - enum entry in com.tencent.mmkv.MMKVLogLevel
Debug level. Not available for release/production build.
- LevelError - enum entry in com.tencent.mmkv.MMKVLogLevel
Error level.
- LevelInfo - enum entry in com.tencent.mmkv.MMKVLogLevel
Info level. The default level.
- LevelNone - enum entry in com.tencent.mmkv.MMKVLogLevel
Special level for disabling all logging.It's highly NOT suggested to turn off logging. Makes it hard to diagnose online/production bugs.
- LevelWarning - enum entry in com.tencent.mmkv.MMKVLogLevel
Warning level.
- loadLibrary(String) - function in com.tencent.mmkv.MMKV.LibLoader
- lock() - function in com.tencent.mmkv.MMKV
- Exclusively inter-process lock the MMKV instance.It will block and wait until it successfully locks the file.