A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
E
- edit() - function in com.tencent.mmkv.MMKV
- edit() - function in android.content.MMKV
- enableAutoKeyExpire(int) - function in com.tencent.mmkv.MMKV
- Enable auto key expiration.
- enableCompareBeforeSet() - function in com.tencent.mmkv.MMKV
- Enable data compare before set, for better performance.If data for key seldom changes, use it.When encryption or expiration is on, compare-before-set will be invalid.For encryption, compare operation must decrypt data which is time consuming.For expiration, compare is useless because in most cases the expiration time changes every time.
- enableProcessModeChecker() - function in com.tencent.mmkv.MMKV
- Manually enable 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.
- encode(String,boolean) - function in com.tencent.mmkv.MMKV
- encode(String,boolean,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,int) - function in com.tencent.mmkv.MMKV
- encode(String,int,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,long) - function in com.tencent.mmkv.MMKV
- encode(String,long,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,float) - function in com.tencent.mmkv.MMKV
- encode(String,float,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,double) - function in com.tencent.mmkv.MMKV
- encode(String,double,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,String) - function in com.tencent.mmkv.MMKV
- encode(String,String,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,Set) - function in com.tencent.mmkv.MMKV
- encode(String,Set,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,Array) - function in com.tencent.mmkv.MMKV
- encode(String,Array,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.
- encode(String,Parcelable) - function in com.tencent.mmkv.MMKV
- encode(String,Parcelable,int) - function in com.tencent.mmkv.MMKV
- Set value with customize expiration in seconds.