Android.Content.ClipboardManager Members

The members of Android.Content.ClipboardManager are listed below.

See Also: Inherited members from Android.Text.ClipboardManager

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
HasPrimaryClipbool. Returns true if there is currently a primary clip on the clipboard.
[read-only]
override
HasTextbool. Returns true if the clipboard contains text; false otherwise.
PrimaryClipClipData. Returns the current primary clip on the clipboard.
[read-only]
PrimaryClipDescriptionClipDescription. Returns a description of the current primary clip on the clipboard but not a copy of its data.
override
TextFormattedJava.Lang.ICharSequence. Returns the text on the clipboard.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Public Events

PrimaryClipChangedDocumentation for this section has not yet been entered.