A  B  C  D  E  F  G  I  L  M  N  O  P  Q  R  S  T  U  V  W 

I

importFrom(MMKV) - function in com.tencent.mmkv.MMKV
import all key-value items from src
importFromSharedPreferences(SharedPreferences) - function in com.tencent.mmkv.MMKV
Atomically migrate all key-values from an existent SharedPreferences to the MMKV instance.
initCause(Throwable) - function in java.lang.UnsupportedArchitectureException
 
initialize(Context) - function in com.tencent.mmkv.MMKV
Initialize MMKV with default configuration.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,MMKVLogLevel) - function in com.tencent.mmkv.MMKV
Initialize MMKV with customize log level.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,MMKV.LibLoader) - function in com.tencent.mmkv.MMKV
Initialize MMKV with a 3rd library loader.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,MMKV.LibLoader,MMKVLogLevel) - function in com.tencent.mmkv.MMKV
Initialize MMKV with a 3rd library loader, and customize log level.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,String) - function in com.tencent.mmkv.MMKV
Initialize MMKV with customize root folder.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,String,MMKVLogLevel) - function in com.tencent.mmkv.MMKV
Initialize MMKV with customize root folder, and log level.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,String,MMKV.LibLoader) - function in com.tencent.mmkv.MMKV
Initialize MMKV with customize root folder, and a 3rd library loader.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,String,MMKV.LibLoader,MMKVLogLevel) - function in com.tencent.mmkv.MMKV
Initialize MMKV with customize settings.You must call one of the initialize() methods on App startup process before using MMKV.
initialize(Context,String,MMKV.LibLoader,MMKVLogLevel,MMKVHandler) - function in com.tencent.mmkv.MMKV
 
initialize(String) - function in com.tencent.mmkv.MMKV
 
initialize(String,MMKVLogLevel) - function in com.tencent.mmkv.MMKV
 
initialize(String,MMKV.LibLoader) - function in com.tencent.mmkv.MMKV
 
initialize(String,MMKV.LibLoader,MMKVLogLevel) - function in com.tencent.mmkv.MMKV
 
insert(Uri,ContentValues) - function in com.tencent.mmkv.MMKVContentProvider
 
insert(Uri,ContentValues) - function in android.content.MMKVContentProvider
 
isFileValid(String) - function in com.tencent.mmkv.NameSpace
Check whether the MMKV file is valid or not.Note: Don't use this to check the existence of the instance, the result is undefined on nonexistent files.
isFileValid(String) - function in com.tencent.mmkv.MMKV
Check whether the MMKV file is valid or not.Note: Don't use this to check the existence of the instance, the result is undefined on nonexistent files.
isFileValid(String,String) - function in com.tencent.mmkv.MMKV
Check whether the MMKV file is valid or not on customize folder.
isMultiProcess() - function in com.tencent.mmkv.MMKV
Check if this instance is in multi-process mode.
isReadOnly() - function in com.tencent.mmkv.MMKV
Check if this instance is in read-only mode.
A  B  C  D  E  F  G  I  L  M  N  O  P  Q  R  S  T  U  V  W