Sprache

DownloadManager.StatusFailed Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.DownloadStatus enum directly instead of this field.

Der Wert, #COLUMN_STATUS wenn der Download fehlgeschlagen ist (und nicht wiederholt wird).

[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.", true)]
public const Android.App.DownloadStatus StatusFailed = 16;
[<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.", true)>]
val mutable StatusFailed : Android.App.DownloadStatus

Feldwert

Value = 16
Attribute

Hinweise

Der Wert COLUMN_STATUS, wenn der Download fehlgeschlagen ist (und wird nicht wiederholt).

Android-Referenz für android.app.DownloadManager.STATUS_FAILED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: