DataFailCause.LocationAreaNotAllowed Field

Definition

Caution

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

MS requests service, or the network initiates a detach request, in a location area where the HPLMN determines that the MS, by subscription, is not allowed to operate.

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

Field Value

Value = 2102
Attributes

Remarks

MS requests service, or the network initiates a detach request, in a location area where the HPLMN determines that the MS, by subscription, is not allowed to operate.

Java documentation for android.telephony.DataFailCause.LOCATION_AREA_NOT_ALLOWED.

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