ClipDescription.MimetypeUnknown Field

Definition

The MIME type for data whose type is otherwise unknown.

[Android.Runtime.Register("MIMETYPE_UNKNOWN", ApiSince=30)]
public const string MimetypeUnknown;
[<Android.Runtime.Register("MIMETYPE_UNKNOWN", ApiSince=30)>]
val mutable MimetypeUnknown : string

Field Value

Implements

Attributes

Remarks

The MIME type for data whose type is otherwise unknown.

Per RFC 2046, the "application" media type is to be used for discrete data which do not fit in any of the other categories, and the "octet-stream" subtype is used to indicate that a body contains arbitrary binary data.

Java documentation for android.content.ClipDescription.MIMETYPE_UNKNOWN.

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