Interface IClipboard
An interface for clipboard features.
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
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 | The text to copy.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | True if operation was allowed, false otherwise.  |