다음을 통해 공유


TelephonyManager.PremiumCapabilityPrioritizeLatency Field

Definition

Caution

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

A premium capability that boosts the network to allow for real-time interactive traffic by prioritizing low latency communication.

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

Field Value

Value = 34
Attributes

Remarks

A premium capability that boosts the network to allow for real-time interactive traffic by prioritizing low latency communication. Corresponds to NetworkCapabilities#NET_CAPABILITY_PRIORITIZE_LATENCY.

Java documentation for android.telephony.TelephonyManager.PREMIUM_CAPABILITY_PRIORITIZE_LATENCY.

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