-
- All Implemented Interfaces:
-
de.robv.android.xposed.callbacks.IXUnhook
public class XC_MethodHook.Unhook implements IXUnhook<XC_MethodHook>
An object with which the method/constructor can be unhooked.
-
-
Method Summary
Modifier and Type Method Description MembergetHookedMethod()Returns the method/constructor that has been hooked. XC_MethodHookgetCallback()Returns the callback that has been registered. voidunhook()Removes the callback. -
-
Method Detail
-
getHookedMethod
Member getHookedMethod()
Returns the method/constructor that has been hooked.
-
getCallback
XC_MethodHook getCallback()
Returns the callback that has been registered.
-
unhook
void unhook()
Removes the callback.
-
-
-
-