intercept

fun intercept(callback: (XposedInterface.Chain) -> Any?)

注册 around 回调,可自行决定是否继续原始调用。

Parameters

callback

接收 XposedInterface.Chain 的 around 回调


fun intercept(callback: XposedInterface.Hooker)

注册 libxposed 原生 Hooker 形式的 around 回调。

Parameters

callback

libxposed 原生 hooker