接口 XposedInterface.HookHandle

封闭接口:
XposedInterface

public static interface XposedInterface.HookHandle
Handle for a hook.
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets the method / constructor being hooked.
    void
    Cancels the hook.
  • 方法详细资料

    • getExecutable

      @NonNull Executable 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.