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
/
ConfigAPI
/
removeApiKey
remove
Api
Key
jvm
abstract
suspend
fun
removeApiKey
(
name
:
String
)
:
Boolean
(
source
)
删除一个 api key。
删除前请先检查提供商数据,确保没有提供商正在使用这个 api key。
Return
成功删除返回 true,找不到 key 返回 false。
Throws
Illegal
State
Exception
key 正在被一个或多个提供商使用。