OnItemLongClickListener

fun interface OnItemLongClickListener<T : Any>

Interface definition for a callback to be invoked when a list item has been clicked and held.

Since

1.1.1

Functions

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

Called when a list item has been clicked and held.