Share via


DataFailCause.EmmDetached Field

Definition

Caution

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

UE is detached.

[Android.Runtime.Register("EMM_DETACHED", 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 EmmDetached = 2114;
[<Android.Runtime.Register("EMM_DETACHED", 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 EmmDetached : Android.Telephony.DataFailCauseType

Field Value

Value = 2114
Attributes

Remarks

UE is detached.

Java documentation for android.telephony.DataFailCause.EMM_DETACHED.

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