Android.Content.ClipDescription.MimetypeTextUrilist Field
The MIME type for a clip holding one or more URIs.

Syntax

[Android.Runtime.Register("MIMETYPE_TEXT_URILIST")]
public const string MimetypeTextUrilist

Remarks

The MIME type for a clip holding one or more URIs. This should be used for URIs that are meaningful to a user (such as an http: URI). It should not be used for a content: URI that references some other piece of data; in that case the MIME type should be the type of the referenced data.

[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