Lingua

DownloadManager.StatusFailed Campo

Definizione

Attenzione

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

Valore di #COLUMN_STATUS quando il download non è riuscito (e non verrà ritentato).

[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

Valore del campo

Value = 16
Attributi

Commenti

Valore di COLUMN_STATUS quando il download non è riuscito (e non verrà ritentato).

Informazioni di riferimento su Android per android.app.DownloadManager.STATUS_FAILED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a