DownloadManager.ErrorTooManyRedirects Field

Definition

Caution

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

Value of #COLUMN_REASON when there were too many redirects.

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

Field Value

Value = 1005
Attributes

Remarks

Value of #COLUMN_REASON when there were too many redirects.

Java documentation for android.app.DownloadManager.ERROR_TOO_MANY_REDIRECTS.

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