Sprache

DownloadManager.ErrorFileAlreadyExists 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 wenn die angeforderte Zieldatei bereits vorhanden ist (der Download-Manager überschreibt keine vorhandene Datei).

[Android.Runtime.Register("ERROR_FILE_ALREADY_EXISTS")]
[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 ErrorFileAlreadyExists = 1009;
[<Android.Runtime.Register("ERROR_FILE_ALREADY_EXISTS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)>]
val mutable ErrorFileAlreadyExists : Android.App.DownloadError

Feldwert

Value = 1009
Attribute

Hinweise

Wert von COLUMN_REASON, wenn die angeforderte Zieldatei bereits vorhanden ist (der Download-Manager überschreibt keine vorhandene Datei).

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

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: