DownloadManager.PausedWaitingToRetry Field

Definition

Caution

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

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

[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.", true)]
public const Android.App.DownloadPausedReason PausedWaitingToRetry = 1;
[<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.", true)>]
val mutable PausedWaitingToRetry : Android.App.DownloadPausedReason

Field Value

Value = 1
Attributes

Remarks

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

Java documentation for android.app.DownloadManager.PAUSED_WAITING_TO_RETRY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to