接口 XposedInterface.Invoker.Type
- 封闭接口:
XposedInterface.Invoker<T extends XposedInterface.Invoker<T,U>, U extends Executable>
public static sealed interface XposedInterface.Invoker.Type
permits XposedInterface.Invoker.Type.Origin, XposedInterface.Invoker.Type.Chain
Type of the invoker, which determines the hook chain to be invoked
-
嵌套类概要
嵌套类修饰符和类型接口说明static final recordInvokes the executable starting from the middle of the hook chain, skipping all hooks with priority higher than the given value.static final recordInvokes the original executable, skipping all hooks. -
字段概要
字段修饰符和类型字段说明static final XposedInterface.Invoker.Type.OriginA convenience constant forXposedInterface.Invoker.Type.Origin.
-
字段详细资料
-
ORIGIN
A convenience constant forXposedInterface.Invoker.Type.Origin.
-