stop

abstract suspend fun stop(name: KebabCase): Boolean(source)

根据适配器的 name 停止适配器,AutoTweaker 不会捕获适配器在此过程中抛出的异常,请自行处理。

Return

成功停止适配器返回 true,适配器未在运行返回 false。

Throws

找不到适配器。