Android.Content.ClipData.NewUri Method
Create a new ClipData holding a URI.

Syntax

[Android.Runtime.Register("newUri", "(Landroid/content/ContentResolver;Ljava/lang/CharSequence;Landroid/net/Uri;)Landroid/content/ClipData;", "")]
public static ClipData NewUri (ContentResolver resolver, Java.Lang.ICharSequence label, Android.Net.Uri uri)

Parameters

resolver
ContentResolver used to get information about the URI.
label
User-visible label for the clip data.
uri
The URI in the clip.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new ClipData holding a URI. If the URI is a content: URI, this will query the content provider for the MIME type of its data and use that as the MIME type. Otherwise, it will use the MIME type ClipDescription.MimetypeTextUrilist.

[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