onItemClick

abstract fun onItemClick(view: View, pos: Int, item: T?)

Called when the view has been clicked.

Since

1.2.0

Parameters

item

The currently clicked list item data. If it is empty, it means the current list is empty.