The members of Android.Content.ClipboardManager are listed below.
See Also: Inherited members from Android.Text.ClipboardManager
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | HasPrimaryClip | bool. Returns true if there is currently a primary clip on the clipboard. |
[read-only] override | HasText | bool. Returns true if the clipboard contains text; false otherwise. |
PrimaryClip | ClipData. Returns the current primary clip on the clipboard. | |
[read-only] | PrimaryClipDescription | ClipDescription. Returns a description of the current primary clip on the clipboard but not a copy of its data. |
override | TextFormatted | Java.Lang.ICharSequence. Returns the text on the clipboard. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
PrimaryClipChanged | Documentation for this section has not yet been entered. |