Package com.aliucord.patcher
Class PreHook
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class PreHook extends XC_MethodHook
-
-
Constructor Summary
Constructors Constructor Description PreHook(Action1<XC_MethodHook.MethodHookParam> callback)
-
Method Summary
Modifier and Type Method Description final Action1<XC_MethodHook.MethodHookParam>
getCallback()
The callback to run before the method -
-
Method Detail
-
getCallback
final Action1<XC_MethodHook.MethodHookParam> getCallback()
The callback to run before the method
-
-
-
-