onBind

open override fun onBind(itemView: View)(source)

Binds click events on the parent ViewHolder's view to this ActionableComposableViewHolder's doAction if the parent view doesn't handle click events itself.

Parameters

itemView

The view from the parent view holder to which the click listener might be bound.