AvailableNetworkInfo.PriorityLow Field

Definition

Caution

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

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

Field Value

Value = 3

Implements

Attributes

Applies to