CarrierConfigManager.ImsSs.CallWaitingSyncImsOnly 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.
Caution
This constant will be removed in the future version. Use Android.Telephony.CarrierCallWaitingSyncType enum directly instead of this field.
Do not synchronize the call waiting service state between the carrier network and the terminal based IMS call waiting service.
[Android.Runtime.Register("CALL_WAITING_SYNC_IMS_ONLY", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CarrierCallWaitingSyncType enum directly instead of this field.", true)]
public const Android.Telephony.CarrierCallWaitingSyncType CallWaitingSyncImsOnly = 4;
[<Android.Runtime.Register("CALL_WAITING_SYNC_IMS_ONLY", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CarrierCallWaitingSyncType enum directly instead of this field.", true)>]
val mutable CallWaitingSyncImsOnly : Android.Telephony.CarrierCallWaitingSyncType
Field Value
Value = 4- Attributes
Remarks
Do not synchronize the call waiting service state between the carrier network and the terminal based IMS call waiting service. If the user changes the call waiting setting when IMS is registered, the change will only be applied to the terminal based call waiting service. If IMS is not registered when call waiting is changed, synchronize this setting with the carrier network.
Java documentation for android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_IMS_ONLY
.
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.