All Classes and Interfaces
Class
Description
Thrown to indicate that a hook failed due to framework internal error.
Thrown to indicate that the Xposed framework function is broken.
Xposed interface for modules to operate on application processes.
Interceptor chain for a method or constructor.
Invoker for a constructor.
Exception handling mode for hookers.
Builder for configuring a hook.
Hooker for a method or constructor.
Handle for a hook.
Invoker for a method or constructor.
Type of the invoker, which determines the hook chain to be invoked
Invokes the executable starting from the middle of the hook chain, skipping all
hooks with priority higher than the given value.
Invokes the original executable, skipping all hooks.
Wrapper of
XposedInterface used by modules to shield framework implementation details.Super class which all Xposed module entry classes should extend.
Entry classes will be instantiated exactly once for each process.
Entry classes will be instantiated exactly once for each process.
Interface for module initialization.
Wraps information about the process in which the module is loaded.
Wraps information about the package being loaded.
Wraps information about the package whose classloader is ready.
Wraps information about system server.