ClipboardManager.PrimaryClipDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.