BidirectionalStream.StreamPriorityLow フィールド

定義

注意事項

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

低ストリーム優先度。

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

フィールド値

Value = 2
属性

注釈

低ストリーム優先度。 Builder#setPriorityに渡されます。

Javaドキュメント。

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

適用対象