CarrierConfigManager.ImsSs.KeyUseCsfbOnXcapOverUtFailureBool Field

Definition

Flag that controls whether Circuit Switched Fallback (CSFB) option is available when XCAP over UT fails.

[Android.Runtime.Register("KEY_USE_CSFB_ON_XCAP_OVER_UT_FAILURE_BOOL", ApiSince=33)]
public const string KeyUseCsfbOnXcapOverUtFailureBool;
[<Android.Runtime.Register("KEY_USE_CSFB_ON_XCAP_OVER_UT_FAILURE_BOOL", ApiSince=33)>]
val mutable KeyUseCsfbOnXcapOverUtFailureBool : string

Field Value

Attributes

Remarks

Flag that controls whether Circuit Switched Fallback (CSFB) option is available when XCAP over UT fails.

If false: XCAP over UT only with no CSFB option. If XCAP over UT fails, return error. if true, Use CSFB if XCAP over UT fails.

Java documentation for android.telephony.CarrierConfigManager.ImsSs.KEY_USE_CSFB_ON_XCAP_OVER_UT_FAILURE_BOOL.

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