onItemLongClick

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

Called when a list item has been clicked and held.

Since

1.2.0

Parameters

item

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