Android.App.DownloadManager.ErrorDeviceNotFound Field
Value of DownloadManager.ColumnReason when no external storage device was found.

Value: 1007

Syntax

[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.")]
public const DownloadError ErrorDeviceNotFound

Remarks

Value of DownloadManager.ColumnReason when no external storage device was found. Typically, this is because the SD card is not mounted.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9