public static interface FlexibleAdapter.OnItemLongClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onItemLongClick(int position)
Called when long tap occurs.
|
void onItemLongClick(int position)
This method always calls FlexibleViewHolder.toggleActivation()
after the listener event is consumed in order to activate the itemView.
position - the adapter position of the item clicked