CarrierConfigManager.ImsSs.KeyUseCsfbOnXcapOverUtFailureBool Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.