AvailableNetworkInfo.PriorityHigh 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_HIGH", 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 PriorityHigh = 1;
[<Android.Runtime.Register("PRIORITY_HIGH", 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 PriorityHigh : Android.Telephony.AvailableNetworkInfoPriority

Field Value

Value = 1

Implements

Attributes

Applies to