Android.Content.Intent.ActionPaste Field
Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.

Syntax

[Android.Runtime.Register("ACTION_PASTE")]
public const string ActionPaste

Remarks

Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.

Input: Intent.Data is URI of the directory (vnd.android.cursor.dir/*) in which to place the data.

Output: URI of the new data that was created.

[Android Documentation]

Requirements

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