Interceptor

interface Interceptor

A callback that is run after buildModels completes and before diffing is run.

Functions

intercept
Link copied to clipboard
abstract fun intercept(@NonNull() models: List<EpoxyModel<out Any>>)
This is called immediately after buildModels and before diffing is run and themodels are set on the adapter.