言語

UrlRequest.RequestPriorityLowest フィールド

定義

注意事項

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_LOWEST", 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 RequestPriorityLowest = 1;
[<Android.Runtime.Register("REQUEST_PRIORITY_LOWEST", 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 RequestPriorityLowest : Android.Net.Http.UrlRequestPriority

フィールド値

Value = 1
属性

注釈

要求の優先度が非常に低い。 Builder#setPriorityに渡されます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象