Package io.github.inflationx.viewpump
Class ViewPumpKt
-
- All Implemented Interfaces:
public final class ViewPumpKt
-
-
Method Summary
Modifier and Type Method Description final static ViewPump.BuilderaddInterceptor(ViewPump.Builder $self, Function1<Interceptor.Chain, InflateResult> block)Adds an Interceptor to this current Builder for idiomatic Kotlin higher order function usage. -
-
Method Detail
-
addInterceptor
final static ViewPump.Builder addInterceptor(ViewPump.Builder $self, Function1<Interceptor.Chain, InflateResult> block)
Adds an Interceptor to this current Builder for idiomatic Kotlin higher order function usage.
-
-
-
-