TransferableContent.Source



Defines the type of operation that a TransferableContent originates from.

Summary

Public companion properties

TransferableContent.Source

Indicates that the TransferableContent comes from the clipboard via paste.

Cmn
TransferableContent.Source

Indicates that the TransferableContent was passed on by the system drag and drop.

Cmn
TransferableContent.Source

Indicates that the TransferableContent originates from the soft keyboard (also known as input method editor or IME)

Cmn

Public functions

open String
Cmn

Public companion properties

Clipboard

val ClipboardTransferableContent.Source

Indicates that the TransferableContent comes from the clipboard via paste. (e.g. "Paste" action in the floating action menu or "Ctrl+V" key combination)

DragAndDrop

val DragAndDropTransferableContent.Source

Indicates that the TransferableContent was passed on by the system drag and drop.

Keyboard

val KeyboardTransferableContent.Source

Indicates that the TransferableContent originates from the soft keyboard (also known as input method editor or IME)

Public functions

toString

open fun toString(): String