DataFailCause.IwlanNon3gppAccessToEpcNotAllowed Field

Definition

Caution

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

No non-3GPP subscription is associated with the IMSI.

[Android.Runtime.Register("IWLAN_NON_3GPP_ACCESS_TO_EPC_NOT_ALLOWED", ApiSince=31)]
[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 IwlanNon3gppAccessToEpcNotAllowed = 9000;
[<Android.Runtime.Register("IWLAN_NON_3GPP_ACCESS_TO_EPC_NOT_ALLOWED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable IwlanNon3gppAccessToEpcNotAllowed : Android.Telephony.DataFailCauseType

Field Value

Value = 9000
Attributes

Remarks

No non-3GPP subscription is associated with the IMSI. The UE is not allowed to use non-3GPP access to EPC.

Java documentation for android.telephony.DataFailCause.IWLAN_NON_3GPP_ACCESS_TO_EPC_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