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