public abstract class XC_LoadPackage extends XCallback implements IXposedHookLoadPackage
XC_LoadPackage.LoadPackageParam
subclass.Modifier and Type | Class and Description |
---|---|
static class |
XC_LoadPackage.LoadPackageParam
Wraps information about the app being loaded.
|
XCallback.Param
IXposedHookLoadPackage.Wrapper
priority, PRIORITY_DEFAULT, PRIORITY_HIGHEST, PRIORITY_LOWEST
Constructor and Description |
---|
XC_LoadPackage()
Creates a new callback with default priority.
|
XC_LoadPackage(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
handleLoadPackage
public XC_LoadPackage()
public XC_LoadPackage(int priority)
priority
- See XCallback.priority
.protected void call(XCallback.Param param) throws java.lang.Throwable