AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.adapter
/
CoreAPI
/
AdapterAPI
/
start
start
jvm
abstract
suspend
fun
start
(
name
:
KebabCase
)
:
Boolean
(
source
)
根据适配器的 name 启动适配器,AutoTweaker 不会捕获适配器在此过程中抛出的异常,请自行处理。
Return
成功启动适配器返回 true,适配器正在运行返回 false。
Throws
Illegal
Argument
Exception
找不到适配器。