-
public interface OnItemChildLongClickListener
-
-
Method Summary
Modifier and Type Method Description abstract booleanonItemChildLongClick(@NonNull() BaseQuickAdapter<out Object, out Object> adapter, @NonNull() View view, int position)callback method to be invoked when an item in this view has beenclick and held -
-
Method Detail
-
onItemChildLongClick
abstract boolean onItemChildLongClick(@NonNull() BaseQuickAdapter<out Object, out Object> adapter, @NonNull() View view, int position)
callback method to be invoked when an item in this view has beenclick and held
- Parameters:
adapter- this BaseQuickAdapter adapterview- The childView whihin the itemView that was clicked and held.position- The position of the view int the adapter
-
-
-
-