A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
C
- call(String,String,Bundle) - function in com.tencent.mmkv.MMKVContentProvider
- call(String,String,String,Bundle) - function in android.content.MMKVContentProvider
- canonicalize(Uri) - function in android.content.MMKVContentProvider
- checkContentChangedByOuterProcess() - function in com.tencent.mmkv.MMKV
- Check inter-process content change manually.
- checkExist(String) - function in com.tencent.mmkv.NameSpace
- check existence of the MMKV file
- checkExist(String) - function in com.tencent.mmkv.MMKV
- check existence of the MMKV file
- checkExist(String,String) - function in com.tencent.mmkv.MMKV
- check existence of the MMKV file
- checkReSetCryptKey(String) - function in com.tencent.mmkv.MMKV
- Just reset the encryption key (will not encrypt or decrypt anything).
- clear() - function in com.tencent.mmkv.MMKV
- clearAll
- clear() - function in android.content.MMKV
- clearAll() - function in com.tencent.mmkv.MMKV
- Clear all the key-values inside the MMKV instance.
- clearAllWithKeepingSpace() - function in com.tencent.mmkv.MMKV
- Faster clearAll implementationThe file size is kept as previous for later use
- clearCallingIdentity() - function in android.content.MMKVContentProvider
- clearMemoryCache() - function in com.tencent.mmkv.MMKV
- Clear memory cache of the MMKV instance.You can call it on memory warning.Any subsequent call to the MMKV instance will trigger all key-values loading from the file again.
- close() - function in com.tencent.mmkv.MMKV
- Call this method if the MMKV instance is no longer needed in the near future.Any subsequent call to any MMKV instances with the same ID is undefined behavior.
- com.tencent.mmkv - package com.tencent.mmkv
- commit() - function in com.tencent.mmkv.MMKV
- commit() - function in android.content.MMKV
- contains(String) - function in com.tencent.mmkv.MMKV
- contains(String) - function in android.content.MMKV
- containsKey(String) - function in com.tencent.mmkv.MMKV
- Check whether or not MMKV contains the key.
- count() - function in com.tencent.mmkv.MMKV
- countNonExpiredKeys() - function in com.tencent.mmkv.MMKV
- createNativeBuffer(int) - function in com.tencent.mmkv.MMKV
- Create an native buffer, whose underlying memory can be directly transferred to another JNI method.Avoiding unnecessary JNI boxing and unboxing.
- cryptKey() - function in com.tencent.mmkv.MMKV