ClipDescription.MimetypeTextUrilist Field

Definition

The MIME type for a clip holding one or more URIs.

[Android.Runtime.Register("MIMETYPE_TEXT_URILIST")]
public const string MimetypeTextUrilist;
[<Android.Runtime.Register("MIMETYPE_TEXT_URILIST")>]
val mutable MimetypeTextUrilist : string

Field Value

Implements

Attributes

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 <em>not</em> 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.

Java documentation for android.content.ClipDescription.MIMETYPE_TEXT_URILIST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to