OnChildAttachStateChangeListener

A Listener interface that can be attached to a RecylcerView to get notified whenever a ViewHolder is attached to or detached from RecyclerView.

Inheritors

Functions

Link copied to clipboard
Called when a view is attached to the RecyclerView.
Link copied to clipboard
Called when a view is detached from RecyclerView.