public class RouterInterceptorChainImpl extends Object implements RouterInterceptorChain
| Constructor and Description |
|---|
RouterInterceptorChainImpl(List<RankEntity<RouterInterceptor>> interceptorList) |
RouterInterceptorChainImpl(List<RankEntity<RouterInterceptor>> interceptorList,
Handler lastHandler) |
public RouterInterceptorChainImpl(List<RankEntity<RouterInterceptor>> interceptorList)
public RouterInterceptorChainImpl(List<RankEntity<RouterInterceptor>> interceptorList, Handler lastHandler)
public void doIntercept(Context ctx, @Nullable Handler mainHandler) throws Throwable
RouterInterceptorChaindoIntercept in interface RouterInterceptorChainctx - 上下文ThrowableCopyright © 2025. All rights reserved.