DragAndDropEvent
-
Cmn
class DragAndDropEvent
A representation of an event sent by the platform during a drag and drop operation.
Summary
Public constructors |
|
|---|---|
DragAndDropEvent(dragEvent: DragEvent) |
android
|
Extension functions |
||
|---|---|---|
Set<String> |
The mime types present in a |
android
|
DragEvent |
Returns the backing |
android
|
Public constructors
Extension functions
mimeTypes
fun DragAndDropEvent.mimeTypes(): Set<String>
The mime types present in a DragAndDropEvent
toAndroidDragEvent
fun DragAndDropEvent.toAndroidDragEvent(): DragEvent
Returns the backing DragEvent to read platform specific data