Language

ClipboardManager.PrimaryClipDescription Property

Definition

Returns a description of the current primary clip on the clipboard but not a copy of its data.

public virtual Android.Content.ClipDescription? PrimaryClipDescription { [Android.Runtime.Register("getPrimaryClipDescription", "()Landroid/content/ClipDescription;", "GetGetPrimaryClipDescriptionHandler")] get; }
[<get: Android.Runtime.Register("getPrimaryClipDescription", "()Landroid/content/ClipDescription;", "GetGetPrimaryClipDescriptionHandler")>]
member this.PrimaryClipDescription : Android.Content.ClipDescription

Property Value

Returns a description of the current primary clip, but not a copy of its data, when clipboard reads are permitted; otherwise returns null. Clipboard reads are permitted for the default IME, an application with input focus, or callers granted privileged background access.

Attributes

Remarks

Returns a description of the current primary clip, but not a copy of its data, when clipboard reads are permitted; otherwise returns null. Clipboard reads are permitted for the default IME, an application with input focus, or callers granted privileged background access.

Java documentation for android.content.ClipboardManager.getPrimaryClipDescription().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to