DragCallback

interface DragCallback

Functions

Link copied to clipboard
abstract fun onDragStarted(viewHolder: RecyclerView.ViewHolder)

Indicates that the dragging action has started. DpadRecyclerView will receive focus

Link copied to clipboard
abstract fun onDragStopped(fromUser: Boolean)

Indicates that the dragging action has stopped