Android.App.DownloadManager.PausedWaitingToRetry Field
Value of DownloadManager.ColumnReason when the download is paused because some network error occurred and the download manager is waiting before retrying the request.

Value: 1

Syntax

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

Remarks

Value of DownloadManager.ColumnReason when the download is paused because some network error occurred and the download manager is waiting before retrying the request.

[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