--- id: clipboard title: Clipboard category: APIs permalink: docs/clipboard.html ---
Clipboard gives you an interface for setting and getting content from Clipboard on both iOS and Android
Get content of string type, this method returns a Promise, so you can use following code to get clipboard content
Set content of string type. You can use following code to set clipboard content
@param the content to be stored in the clipboard.