onViewAttachedToWindow

open override fun onViewAttachedToWindow(holder: SupportViewHolder)

Called when a view created by this adapter has been attached to a window.

This can be used as a reasonable signal that the view is about to be seen by the user. If the adapter previously freed any resources in onViewDetachedFromWindow those resources should be restored here.

Parameters

holder

Holder of the view being attached