接口 XposedInterface.HookHandle
- 封闭接口:
XposedInterface
public static interface XposedInterface.HookHandle
Handle for a hook.
-
方法概要
-
方法详细资料
-
getExecutable
Gets the method / constructor being hooked. -
unhook
void unhook()Cancels the hook. This method is idempotent. It is safe to call this method multiple times.
-