public static interface BaseQuickAdapter.OnItemLongClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onItemLongClick(BaseQuickAdapter adapter,
android.view.View view,
int position)
callback method to be invoked when an item in this view has been
click and held
|
boolean onItemLongClick(BaseQuickAdapter adapter, android.view.View view, int position)
adapter - the adpaterview - The view whihin the RecyclerView that was clicked and held.position - The position of the view int the adapter