Interface | Description |
---|---|
IXUnhook<T> |
Interface for objects that can be used to remove callbacks.
|
Class | Description |
---|---|
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_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.
|