CarrierConfigManager.ImsSs.KeyUtSupportedWhenPsDataOffBool 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 XCAP over UT is enabled or not when PS data is turned off.
[Android.Runtime.Register("KEY_UT_SUPPORTED_WHEN_PS_DATA_OFF_BOOL", ApiSince=33)]
public const string KeyUtSupportedWhenPsDataOffBool;
[<Android.Runtime.Register("KEY_UT_SUPPORTED_WHEN_PS_DATA_OFF_BOOL", ApiSince=33)>]
val mutable KeyUtSupportedWhenPsDataOffBool : string
Field Value
- Attributes
Remarks
Flag that controls whether XCAP over UT is enabled or not when PS data is turned off.
If true
: XCAP over UT is enabled when PS data is off. false
: Otherwise.
Reference: IR.92 Section 5.5.1
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.