Android.Content.ClipboardManager Class
Interface to the clipboard service, for placing and retrieving text in the global clipboard.

See Also: ClipboardManager Members

Syntax

[Android.Runtime.Register("android/content/ClipboardManager", DoNotGenerateAcw=true)]
public class ClipboardManager : Android.Text.ClipboardManager

Remarks

Interface to the clipboard service, for placing and retrieving text in the global clipboard.

You do not instantiate this class directly; instead, retrieve it through Context.GetSystemService(string).

The ClipboardManager API itself is very simple: it consists of methods to atomically get and set the current primary clipboard data. That data is expressed as a Android.Content.ClipData object, which defines the protocol for data exchange between applications.

Developer Guides

For more information about using the clipboard framework, read the Copy and Paste developer guide.

See Also

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11