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