easydnd / ru.checka.easydnd / DragAndDropObject

DragAndDropObject

data class DragAndDropObject<T>

Basic interface for DragAndDrop

Constructors

<init>

DragAndDropObject(view: View, assignedObject: T)

Basic interface for DragAndDrop

Properties

assignedObject

val assignedObject: T

Associated object with additional information

tag

val tag: String

view

val view: View

View which will be dragged