Android.App.DownloadManager.StatusFailed Field
Value of DownloadManager.ColumnStatus when the download has failed (and will not be retried).

Value: 16

Syntax

[Android.Runtime.Register("STATUS_FAILED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadStatus enum directly instead of this field.")]
public const DownloadStatus StatusFailed

Remarks

Value of DownloadManager.ColumnStatus when the download has failed (and will not be retried).

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9