DownloadManager.ErrorFileAlreadyExists フィールド

定義

注意事項

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

要求された宛先ファイルが既に存在する場合の #COLUMN_REASON の値 (ダウンロード マネージャーは既存のファイルを上書きしません)。

[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

フィールド値

Value = 1009
属性

注釈

要求された宛先ファイルが既に存在する場合の #COLUMN_REASON の値 (ダウンロード マネージャーは既存のファイルを上書きしません)。

の Java ドキュメント android.app.DownloadManager.ERROR_FILE_ALREADY_EXISTS

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象