UrlRequest.RequestPriorityHighest フィールド

定義

注意事項

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_HIGHEST", 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 RequestPriorityHighest = 4;
[<Android.Runtime.Register("REQUEST_PRIORITY_HIGHEST", 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 RequestPriorityHighest : Android.Net.Http.UrlRequestPriority

フィールド値

Value = 4
属性

適用対象