ChainInterceptor

typealias ChainInterceptor = XposedInterface.Chain.() -> Any?

intercept 阶段使用的 libxposed chain 回调。

回调中可自行决定是否调用 proceed()