Source set: Common
public class Source internal constructor(private val value: Int)
Defines the type of operation that a TransferableContent originates from.
Members
Companion
Source set: Common
public companion object
Properties
Keyboard
Source set: Common
public val Keyboard: Source
Indicates that the TransferableContent originates from the soft keyboard (also known as input method editor or IME)
DragAndDrop
Source set: Common
public val DragAndDrop: Source
Indicates that the TransferableContent was passed on by the system drag and drop.
Clipboard
Source set: Common
public val Clipboard: 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)