initDragging

open fun initDragging(controller: EpoxyController): EpoxyTouchHelper.DragBuilder

The entry point for setting up drag support.

Parameters

controller

The EpoxyController with the models that will be dragged. The controller willbe updated for you when a model is dragged and moved by a user's touchinteraction.