NetworkCapabilities.NetCapabilityTemporarilyNotMetered Field

Definition

Caution

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

[Android.Runtime.Register("NET_CAPABILITY_TEMPORARILY_NOT_METERED", ApiSince=30)]
[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 NetCapabilityTemporarilyNotMetered = 25;
[<Android.Runtime.Register("NET_CAPABILITY_TEMPORARILY_NOT_METERED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)>]
val mutable NetCapabilityTemporarilyNotMetered : Android.Net.NetCapability

Field Value

Value = 25

Implements

Attributes

Applies to