Class FozaMethodObserverEE

java.lang.Object
lu.die.fozacompatibility.FozaMethodObserverEE

public abstract class FozaMethodObserverEE extends Object
Xposed like service hook callback
Author:
link4
  • Field Details

    • returnEarly

      public boolean returnEarly
    • result

      public Object result
    • throwable

      public Throwable throwable
  • Constructor Details

    • FozaMethodObserverEE

      public FozaMethodObserverEE()
  • Method Details

    • beforeCallingMethod

      public void beforeCallingMethod(Object who, Method method, Object[] args)
    • afterCallingMethod

      public void afterCallingMethod(Object who, Method method, Object[] args)