Package-level declarations

Types

Link copied to clipboard
fun interface OnItemChildClickListener<T : Any>

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

Link copied to clipboard

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

Link copied to clipboard
fun interface OnItemClickListener<T : Any>

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

Link copied to clipboard
fun interface OnItemLongClickListener<T : Any>

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