EzHookTool
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
EzHookTool
hook-xposed-82
/
io.github.lingqiqi5211.ezhooktool.xposed.dsl
/
HookFactory
/
after
after
fun
after
(
callback
:
HookCallback
)
注册 after 阶段回调。
Parameters
callback
原始方法执行后触发的回调
fun
after
(
callback
:
Consumer
<
HookParam
>
)
注册 Java
Consumer
形式的 after 阶段回调。
Parameters
callback
原始方法执行后触发的 Java 回调