public static interface RecyclerViewHolder.OnItemLongClickListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onItemLongClick(android.view.View itemView,
T item,
int position)
条目长按
|
void onItemLongClick(android.view.View itemView,
T item,
int position)
itemView - 条目item - 数据position - 索引