Android.Content.Context.ClipboardService Field
Use with Context.GetSystemService(string) to retrieve a Android.Text.ClipboardManager for accessing and modifying the contents of the global clipboard.

Syntax

[Android.Runtime.Register("CLIPBOARD_SERVICE")]
public const string ClipboardService

See Also

Context.GetSystemService(string)
Android.Text.ClipboardManager

Remarks

Use with Context.GetSystemService(string) to retrieve a Android.Text.ClipboardManager for accessing and modifying the contents of the global clipboard.

[Android Documentation]

Requirements

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