Aliucord
Toggle table of contents
2.5.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Aliucord
Aliucord
/
com.aliucord.patcher
/
PreHook
Pre
Hook
class
PreHook
(
val
callback
:
Action1
<
XC_MethodHook.MethodHookParam
>
)
:
XC_MethodHook
Runs the specified
callback
before
the hooked
Member
Members
Constructors
Pre
Hook
Link copied to clipboard
constructor
(
callback
:
Action1
<
XC_MethodHook.MethodHookParam
>
)
Properties
callback
Link copied to clipboard
val
callback
:
Action1
<
XC_MethodHook.MethodHookParam
>
The callback to run before the method
priority
Link copied to clipboard
val
priority
:
Int
Functions
compare
To
Link copied to clipboard
open
operator
fun
compareTo
(
other
:
XCallback
?
)
:
Int