UrlRequest.RequestPriorityLow Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Http.UrlRequestPriority enum directly instead of this field.

[Android.Runtime.Register("REQUEST_PRIORITY_LOW", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.UrlRequestPriority enum directly instead of this field.", true)]
public const Android.Net.Http.UrlRequestPriority RequestPriorityLow = 2;
[<Android.Runtime.Register("REQUEST_PRIORITY_LOW", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.UrlRequestPriority enum directly instead of this field.", true)>]
val mutable RequestPriorityLow : Android.Net.Http.UrlRequestPriority

Field Value

Value = 2
Attributes

Applies to