Interface IClipboard
An interface for clipboard features.
Namespace: Unity.Cloud.Common
Syntax
public interface IClipboard
Methods
CopyText(String)
Copy a string value to the operating system clipboard.
Declaration
bool CopyText(string textContent)
Parameters
Type | Name | Description |
---|---|---|
String | textContent |
Returns
Type | Description |
---|---|
Boolean | True if operation was allowed, false otherwise. |