接口 XposedModuleInterface.PackageReadyParam
- 封闭接口:
XposedModuleInterface
public static interface XposedModuleInterface.PackageReadyParam
extends XposedModuleInterface.PackageLoadedParam
Wraps information about the package whose classloader is ready.
This information only indicates the state at the time of loading and will not be updated.
-
方法概要
修饰符和类型方法说明Gets theAppComponentFactoryof the current package.Gets the classloader of the current package.从接口继承的方法 io.github.libxposed.api.XposedModuleInterface.PackageLoadedParam
getApplicationInfo, getDefaultClassLoader, getPackageName, isFirstPackage
-
方法详细资料
-
getClassLoader
Gets the classloader of the current package. It may be different fromXposedModuleInterface.PackageLoadedParam.getDefaultClassLoader()if the package has a customAppComponentFactorythat creates a different classloader. -
getAppComponentFactory
Gets theAppComponentFactoryof the current package.
-