Package 

Class XC_MethodReplacement

    • Constructor Summary

      Constructors 
      Constructor Description
      XC_MethodReplacement() Creates a new callback with default priority.
      XC_MethodReplacement(int priority) Creates a new callback with a specific priority.
    • Method Summary

      Modifier and Type Method Description
      static XC_MethodReplacement returnConstant(Object result) Creates a callback which always returns a specific value.
      static XC_MethodReplacement returnConstant(int priority, Object result) Like returnConstant, but allows to specify a priority for the callback.
      • Methods inherited from class de.robv.android.xposed.callbacks.XCallback

        callAll, compareTo
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XC_MethodReplacement

        XC_MethodReplacement()
        Creates a new callback with default priority.
      • XC_MethodReplacement

        XC_MethodReplacement(int priority)
        Creates a new callback with a specific priority.
        Parameters:
        priority - See priority.