public abstract class XC_InitPackageResources extends XCallback implements IXposedHookInitPackageResources
XC_InitPackageResources.InitPackageResourcesParam
subclass.Modifier and Type | Class and Description |
---|---|
static class |
XC_InitPackageResources.InitPackageResourcesParam
Wraps information about the resources being initialized.
|
XCallback.Param
IXposedHookInitPackageResources.Wrapper
priority, PRIORITY_DEFAULT, PRIORITY_HIGHEST, PRIORITY_LOWEST
Constructor and Description |
---|
XC_InitPackageResources()
Creates a new callback with default priority.
|
XC_InitPackageResources(int priority)
Creates a new callback with a specific priority.
|
Modifier and Type | Method and Description |
---|---|
protected void |
call(XCallback.Param param) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleInitPackageResources
public XC_InitPackageResources()
public XC_InitPackageResources(int priority)
priority
- See XCallback.priority
.protected void call(XCallback.Param param) throws java.lang.Throwable