Android.App.DownloadManager.PausedQueuedForWifi Field
Value of DownloadManager.ColumnReason when the download exceeds a size limit for downloads over the mobile network and the download manager is waiting for a Wi-Fi connection to proceed.

Value: 3

Syntax

[Android.Runtime.Register("PAUSED_QUEUED_FOR_WIFI")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadPausedReason enum directly instead of this field.")]
public const DownloadPausedReason PausedQueuedForWifi

Remarks

Value of DownloadManager.ColumnReason when the download exceeds a size limit for downloads over the mobile network and the download manager is waiting for a Wi-Fi connection to proceed.

[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