OnItemChildClickListener

fun interface OnItemChildClickListener<T : Any>

Interface definition for a callback to be invoked when a view is clicked in list item.

Since

1.1.1

Functions

Link copied to clipboard
abstract fun onItemClick(view: View, pos: Int, item: T?)

Called when the view has been clicked.