DragAndDropEvent

Class

Common
expect class DragAndDropEvent

A representation of an event sent by the platform during a drag and drop operation.

Android
actual class DragAndDropEvent(internal val dragEvent: DragEvent)

Android DragAndDropEvent which delegates to a DragEvent