See Also: ClipboardManager Members
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.
For more information about using the clipboard framework, read the Copy and Paste developer guide.