DragAndDropTransferData



Definition for a type representing transferable data. It could be a remote URI, rich text data on the clip board, a local file, or more.

Summary

Public constructors

android
DragAndDropTransferData(clipData: ClipData, localState: Any?, flags: Int)
android

Public properties

ClipData

The ClipData being transferred.

android
Int

Flags for the drag and drop operation.

android
Any?

Optional local state for the DnD operation

android

Public constructors

DragAndDropTransferData

DragAndDropTransferData()

DragAndDropTransferData

DragAndDropTransferData(
    clipData: ClipData,
    localState: Any? = null,
    flags: Int = 0
)

Public properties

clipData

val clipDataClipData

The ClipData being transferred.

flags

val flagsInt

Flags for the drag and drop operation.

See also
startDragAndDrop

localState

val localStateAny?

Optional local state for the DnD operation

See also
startDragAndDrop