public interface Clipboard
| Modifier and Type | Method and Description |
|---|---|
String |
getContents()
gets the current content of the clipboard if it contains text
for WebGL app, getting the system clipboard is currently not supported.
|
boolean |
hasContents()
Check if the clipboard has contents.
|
void |
setContents(String content)
Sets the content of the system clipboard.
|
boolean hasContents()
String getContents()
void setContents(String content)
content - the contentCopyright © 2021. All rights reserved.