bindAdapter

open fun bindAdapter(adapter: AbsAdapter)(source)

Binds the adapter to this ViewHolder.

This method can be overridden by subclasses to perform specific actions when the adapter is bound, such as setting up click listeners or accessing adapter-specific data.

Parameters

adapter

The AbsAdapter to bind.