public static interface BaseQuickAdapter.OnItemClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onItemClick(BaseQuickAdapter adapter,
android.view.View view,
int position)
Callback method to be invoked when an item in this RecyclerView has
been clicked.
|
void onItemClick(BaseQuickAdapter adapter, android.view.View view, int position)
adapter - the adpaterview - The itemView within the RecyclerView that was clicked (this
will be a view provided by the adapter)position - The position of the view in the adapter.