Share via


CarrierConfigManager.ImsVoice.BasicSrvccSupport Field

Definition

Caution

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

Indicates support for basic SRVCC, typically 1 active call as detailed in IR.

[Android.Runtime.Register("BASIC_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 BasicSrvccSupport = 0;
[<Android.Runtime.Register("BASIC_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 BasicSrvccSupport : Android.Telephony.ImsVoiceSrvccSupport

Field Value

Value = 0
Attributes

Remarks

Indicates support for basic SRVCC, typically 1 active call as detailed in IR.92 Section A.3.

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.BASIC_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