A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
D
- decodeBool(String) - function in com.tencent.mmkv.MMKV
- decodeBool(String,boolean) - function in com.tencent.mmkv.MMKV
- decodeBytes(String) - function in com.tencent.mmkv.MMKV
- decodeBytes(String,Array) - function in com.tencent.mmkv.MMKV
- decodeDouble(String) - function in com.tencent.mmkv.MMKV
- decodeDouble(String,double) - function in com.tencent.mmkv.MMKV
- decodeFloat(String) - function in com.tencent.mmkv.MMKV
- decodeFloat(String,float) - function in com.tencent.mmkv.MMKV
- decodeInt(String) - function in com.tencent.mmkv.MMKV
- decodeInt(String,int) - function in com.tencent.mmkv.MMKV
- decodeLong(String) - function in com.tencent.mmkv.MMKV
- decodeLong(String,long) - function in com.tencent.mmkv.MMKV
- decodeParcelable(String,Class) - function in com.tencent.mmkv.MMKV
- decodeParcelable(String,Class,T) - function in com.tencent.mmkv.MMKV
- decodeString(String) - function in com.tencent.mmkv.MMKV
- decodeString(String,String) - function in com.tencent.mmkv.MMKV
- decodeStringSet(String) - function in com.tencent.mmkv.MMKV
- decodeStringSet(String,Set) - function in com.tencent.mmkv.MMKV
- decodeStringSet(String,Set,Class) - function in com.tencent.mmkv.MMKV
- defaultMMKV() - function in com.tencent.mmkv.MMKV
- Create the default MMKV instance in single-process mode.
- defaultMMKV(int,String) - function in com.tencent.mmkv.MMKV
- Create the default MMKV instance in customize process mode, with an encryption key.
- defaultNameSpace() - function in com.tencent.mmkv.MMKV
- identical with the original MMKV with the global root dir
- delete(Uri,String,Array) - function in com.tencent.mmkv.MMKVContentProvider
- delete(Uri,String,Array) - function in android.content.MMKVContentProvider
- describeContents() - function in com.tencent.mmkv.ParcelableMMKV
- describeContents() - function in android.os.ParcelableMMKV
- destroyNativeBuffer(NativeBuffer) - function in com.tencent.mmkv.MMKV
- Destroy the native buffer.
- disableAutoKeyExpire() - function in com.tencent.mmkv.MMKV
- Disable auto key expiration.
- disableCompareBeforeSet() - function in com.tencent.mmkv.MMKV
- Disable data compare before setdisabled at default
- disableProcessModeChecker() - function in com.tencent.mmkv.MMKV
- Manually disable the process mode checker.By default, it's automatically enabled in DEBUG build, and disabled in RELEASE build.If it's enabled, MMKV will throw exceptions when an MMKV instance is created with mismatch process mode.
- dump(FileDescriptor,PrintWriter,Array) - function in android.content.MMKVContentProvider