Package-level declarations

API 模块顶层内容,包含标记性注解、异常类型等。

Types

Link copied to clipboard
@RequiresOptIn(message = "一个具有较为复杂的条件或规则、有较为明显的副作用、或应用场景有限的API。使用它们需要谨慎,并应仔细阅读相关说明与文档。")
annotation class DiscreetKookApi

一个具有较为复杂的条件或规则、 有较为明显的副作用、 或应用场景有限的API。使用它们需要谨慎,并应仔细阅读相关说明与文档。

Link copied to clipboard
@RequiresOptIn(message = "尚在实验阶段的API,可能会随时修改、删除。")
annotation class ExperimentalKookApi

尚在实验阶段的API,可能会随时修改、删除。

Link copied to clipboard
@RequiresOptIn(message = "KOOK 组件内部使用的API,可能会随时修改、删除。")
annotation class InternalKookApi

KOOK 组件内部使用的API,可能会随时修改、删除。

Link copied to clipboard
object Kook

部分当前 KOOK 信息常量,例如api版本信息。

Link copied to clipboard

Kook 相关的异常类型。

Link copied to clipboard

鉴权Token类型。