Package io.github.inflationx.viewpump
Interface Interceptor
-
- All Implemented Interfaces:
public interface InterceptorObserves, modifies, and potentially short-circuits inflation requests going out and the corresponding views that are inflated or returned. Typically interceptors change the name of the view to be inflated, return a programmatically instantiated view, or perform actions on a view after it is inflated based on its Context or AttributeSet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInterceptor.Companionpublic interfaceInterceptor.Chain
-
Method Summary
Modifier and Type Method Description abstract InflateResultintercept(Interceptor.Chain chain)-
-
Method Detail
-
intercept
abstract InflateResult intercept(Interceptor.Chain chain)
-
-
-
-