Package 

Interface OnItemChildLongClickListener

    • Method Summary

      Modifier and Type Method Description
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 adapter
        view - The childView whihin the itemView that was clicked and held.
        position - The position of the view int the adapter