Sprache

DownloadManager.ErrorInsufficientSpace Feld

Definition

Achtung

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

Der Wert, #COLUMN_REASON zu dem nicht genügend Speicherplatz vorhanden war.

[Android.Runtime.Register("ERROR_INSUFFICIENT_SPACE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)]
public const Android.App.DownloadError ErrorInsufficientSpace = 1006;
[<Android.Runtime.Register("ERROR_INSUFFICIENT_SPACE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)>]
val mutable ErrorInsufficientSpace : Android.App.DownloadError

Feldwert

Value = 1006
Attribute

Hinweise

Wert von COLUMN_REASON, wenn nicht genügend Speicherplatz vorhanden war. In der Regel liegt dies daran, dass die SD-Karte voll ist.

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

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: