Partager via


UrlRequest.RequestPriorityMedium Field

Definition

Caution

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

Medium request priority.

[Android.Runtime.Register("REQUEST_PRIORITY_MEDIUM", 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 RequestPriorityMedium = 3;
[<Android.Runtime.Register("REQUEST_PRIORITY_MEDIUM", 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 RequestPriorityMedium : Android.Net.Http.UrlRequestPriority

Field Value

Value = 3
Attributes

Remarks

Medium request priority. Passed to Builder#setPriority. This is the default priority given to the request.

Java documentation for android.net.http.UrlRequest.REQUEST_PRIORITY_MEDIUM.

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