For historical reasons, XC_MethodHook
and
XC_MethodReplacement
are directly in the
de.robv.android.xposed
package.
IXUnhook<T> | Interface for objects that can be used to remove callbacks. |
XC_InitPackageResources |
This class is only used for internal purposes, except for the XC_InitPackageResources.InitPackageResourcesParam
subclass.
|
XC_InitPackageResources.InitPackageResourcesParam | Wraps information about the resources being initialized. |
XC_LayoutInflated | Callback for hooking layouts. |
XC_LayoutInflated.LayoutInflatedParam | Wraps information about the inflated layout. |
XC_LayoutInflated.Unhook | An object with which the callback can be removed. |
XC_LoadPackage |
This class is only used for internal purposes, except for the XC_LoadPackage.LoadPackageParam
subclass.
|
XC_LoadPackage.LoadPackageParam | Wraps information about the app being loaded. |
XCallback | Base class for Xposed callbacks. |
XCallback.Param | Base class for Xposed callback parameters. |