Android.Content.ClipData.NewIntent Method
Create a new ClipData holding an Intent with MIME type ClipDescription.MimetypeTextIntent.

Syntax

[Android.Runtime.Register("newIntent", "(Ljava/lang/CharSequence;Landroid/content/Intent;)Landroid/content/ClipData;", "")]
public static ClipData NewIntent (Java.Lang.ICharSequence label, Intent intent)

Parameters

label
User-visible label for the clip data.
intent
The actual Intent in the clip.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new ClipData holding an Intent with MIME type ClipDescription.MimetypeTextIntent.

[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