Share via


CarrierConfigManager.ImsVoice.MidcallSrvccSupport Field

Definition

Caution

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

SRVCC access transfer for calls in mid-call phase as per 3GPP 24.

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

Field Value

Value = 3
Attributes

Remarks

SRVCC access transfer for calls in mid-call phase as per 3GPP 24.237. and IR.64 Section 4.4.

This means UE supports the MSC server assisted mid-call feature. Media feature tag used: g.3gpp.mid-call.

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.MIDCALL_SRVCC_SUPPORT.

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