Share via


ImsReasonInfo.CodeCallDropIwlanToLteUnavailable Field

Definition

Caution

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

CALL DROP error code for the case when a device is ePDG capable and when the user is on an active wifi call and at the edge of coverage and there is no qualified LTE network available to handover the call to.

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

Field Value

Value = 1100

Implements

Attributes

Remarks

CALL DROP error code for the case when a device is ePDG capable and when the user is on an active wifi call and at the edge of coverage and there is no qualified LTE network available to handover the call to. We get a handover NOT_TRIGERRED message from the modem. This error code is received as part of the handover message.

Java documentation for android.telephony.ims.ImsReasonInfo.CODE_CALL_DROP_IWLAN_TO_LTE_UNAVAILABLE.

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