add Interceptor
open fun addInterceptor(@NonNull() interceptor: EpoxyController.Interceptor)
Content copied to clipboard
Add an interceptor callback to be run after models are built, to make any last changes beforethey are set on the adapter. Interceptors are run in the order they are added.
Interceptors are run on the same thread that models are built on.
See also
com.airbnb.epoxy.EpoxyController.Interceptor
Interceptor#intercept(List)