epoxy-adapter / com.airbnb.epoxy / EpoxyController / onViewAttachedToWindow

onViewAttachedToWindow

protected open fun onViewAttachedToWindow(@NonNull holder: EpoxyViewHolder, @NonNull model: EpoxyModel<*>): Unit

Called when the given viewholder is attached to the window, along with the model it is bound to.

See Also
BaseEpoxyAdapter#onViewAttachedToWindow(EpoxyViewHolder)