DownloadManager.ColumnMediaType Field

Definition

Internet Media Type of the downloaded file.

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

Field Value

Attributes

Remarks

Internet Media Type of the downloaded file. If no value is provided upon creation, this will initially be null and will be filled in based on the server's response once the download has started.

Java documentation for android.app.DownloadManager.COLUMN_MEDIA_TYPE.

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