NetworkCapabilities.NetCapabilityPrioritizeLatency Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.
Indicates that this network should be able to prioritize latency for the internet.
[Android.Runtime.Register("NET_CAPABILITY_PRIORITIZE_LATENCY", ApiSince=33)]
[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 NetCapabilityPrioritizeLatency = 34;
[<Android.Runtime.Register("NET_CAPABILITY_PRIORITIZE_LATENCY", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)>]
val mutable NetCapabilityPrioritizeLatency : Android.Net.NetCapability
Field Value
Value = 34Implements
- Attributes
Remarks
Indicates that this network should be able to prioritize latency for the internet.
Starting with Build.VERSION_CODES#UPSIDE_DOWN_CAKE
, requesting this capability with ConnectivityManager#requestNetwork
requires declaration in the self-certified network capabilities. See NetworkRequest
for the self-certification documentation.
Java documentation for android.net.NetworkCapabilities.NET_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.