Package 

Interface OnItemLongClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onItemLongClick(@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

      • onItemLongClick

         abstract boolean onItemLongClick(@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 - the adapter
        view - The view whihin the RecyclerView that was clicked and held.
        position - The position of the view int the adapter