DownloadManager.ErrorDeviceNotFound フィールド

定義

注意事項

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

フィールド値

Value = 1007
属性

注釈

外部ストレージ デバイスが見つからなかった場合の #COLUMN_REASON の値。 通常、これは SD カードがマウントされていないためです。

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

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

適用対象