Android.Content.ClipboardManager.PrimaryClip Property
Returns the current primary clip on the clipboard.

Syntax

[get: Android.Runtime.Register("getPrimaryClip", "()Landroid/content/ClipData;", "GetGetPrimaryClipHandler")]
[set: Android.Runtime.Register("setPrimaryClip", "(Landroid/content/ClipData;)V", "GetSetPrimaryClip_Landroid_content_ClipData_Handler")]
public virtual ClipData PrimaryClip { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current primary clip on the clipboard.

Set method documentation [Android Documentation]

Sets the current primary clip on the clipboard. This is the clip that is involved in normal cut and paste operations.

Requirements

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