NetworkCapabilities.NetCapabilityNotCongested 필드

정의

주의

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

이 네트워크가 혼잡하지 않음을 나타냅니다.

[Android.Runtime.Register("NET_CAPABILITY_NOT_CONGESTED", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)]
public const Android.Net.NetCapability NetCapabilityNotCongested = 20;
[<Android.Runtime.Register("NET_CAPABILITY_NOT_CONGESTED", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)>]
val mutable NetCapabilityNotCongested : Android.Net.NetCapability

필드 값

Value = 20

구현

특성

설명

이 네트워크가 혼잡하지 않음을 나타냅니다.

네트워크가 혼잡할 때 애플리케이션은 분석 업로드와 같이 나중에 수행할 수 있는 네트워크 트래픽을 연기해야 합니다.

에 대한 android.net.NetworkCapabilities.NET_CAPABILITY_NOT_CONGESTEDJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상