CarrierConfigManager.ImsSs.KeyTerminalBasedCallWaitingSyncTypeInt 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 indicating the way to synchronize the setting between CS and IMS.
[Android.Runtime.Register("KEY_TERMINAL_BASED_CALL_WAITING_SYNC_TYPE_INT", ApiSince=34)]
public const string KeyTerminalBasedCallWaitingSyncTypeInt;
[<Android.Runtime.Register("KEY_TERMINAL_BASED_CALL_WAITING_SYNC_TYPE_INT", ApiSince=34)>]
val mutable KeyTerminalBasedCallWaitingSyncTypeInt : string
Field Value
- Attributes
Remarks
Flag indicating the way to synchronize the setting between CS and IMS.
Possible values are, #CALL_WAITING_SYNC_NONE
, #CALL_WAITING_SYNC_USER_CHANGE
, #CALL_WAITING_SYNC_FIRST_POWER_UP
, #CALL_WAITING_SYNC_FIRST_CHANGE
, #CALL_WAITING_SYNC_IMS_ONLY
.
This configuration is valid only when #KEY_UT_TERMINAL_BASED_SERVICES_INT_ARRAY
includes #SUPPLEMENTARY_SERVICE_CW
.
If key is invalid or not configured, the default value #CALL_WAITING_SYNC_FIRST_CHANGE
will apply.
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.