Share via


ApnSetting.MvnoTypeSpn Field

Definition

Caution

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

MVNO type for service provider name.

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

Field Value

Value = 0

Implements

Attributes

Remarks

MVNO type for service provider name.

Java documentation for android.telephony.data.ApnSetting.MVNO_TYPE_SPN.

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