A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
L
- launch(SuspendFunction1) - function in com.ben.utils.flow.FlowScope
- launchAction(Context,String) - function in com.ben.utils.intent.IntentUtils
- 通过action启动app
- launchActionWithBundle(Context,String,Bundle) - function in com.ben.utils.intent.IntentUtils
- 通过action启动app,并设置bundle
- launchActionWithPkgName(Context,String,String) - function in com.ben.utils.intent.IntentUtils
- 通过action和包名启动app
- launchActivity(Context,String,String) - function in com.ben.utils.intent.IntentUtils
- 启动指定activity
- launchAPP(Context,String) - function in com.ben.utils.intent.IntentUtils
- 根据包名启动app
- launchAppInstallActivity(Context,String) - function in com.ben.utils.intent.IntentUtils
- 启动原生卸载apk的界面
- launchDefault(CoroutineScope,Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchDefault(ViewModel,Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchGlobalDefault(Long,SuspendFunction0) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchGlobalIO(Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchGlobalMain(Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- Author: bin.yang Maintainer: bin.yang Date: 2020/3/11 Copyright: 2020 Inc.
- launchIO(CoroutineScope,Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchIO(ViewModel,Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchIO(Long,SuspendFunction1) - function in com.ben.utils.flow.FlowScope
- launchIO(Long,SuspendFunction1) - function in com.ben.utils.flow.GlobalFlowScope
- launchMain(CoroutineScope,Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchMain(ViewModel,Long,SuspendFunction1) - function in com.ben.utils.ext.GlobalScopeExtKt
- launchMain(Long,SuspendFunction1) - function in com.ben.utils.flow.FlowScope
- launchMain(Long,SuspendFunction1) - function in com.ben.utils.flow.GlobalFlowScope
- listFilesInDir(String) - function in com.ben.utils.file.FileUtils
- Return the files in directory.
- listFilesInDir(File) - function in com.ben.utils.file.FileUtils
- Return the files in directory.
- listFilesInDir(String,boolean) - function in com.ben.utils.file.FileUtils
- Return the files in directory.
- listFilesInDir(File,boolean) - function in com.ben.utils.file.FileUtils
- Return the files in directory.
- listFilesInDirWithFilter(String,FileFilter) - function in com.ben.utils.file.FileUtils
- Return the files that satisfy the filter in directory.
- listFilesInDirWithFilter(File,FileFilter) - function in com.ben.utils.file.FileUtils
- Return the files that satisfy the filter in directory.
- listFilesInDirWithFilter(String,FileFilter,boolean) - function in com.ben.utils.file.FileUtils
- Return the files that satisfy the filter in directory.
- listFilesInDirWithFilter(File,FileFilter,boolean) - function in com.ben.utils.file.FileUtils
- Return the files that satisfy the filter in directory.
- LiveDataKtxKt - class in com.ben.utils.livedata
- loadAndPlay(Context,int,int) - function in com.ben.utils.sound.SoundPoolUtils
- 加载音频资源
- Logger - class in com.ben.utils.log
- Logger.ILog - class in com.ben.utils.log.Logger