Clipboard

class Clipboard(val text: String) : ClickAction

Copy the specified text into the clipboard on long click.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The text to be copied