CarrierConfigManager.ImsSs.CallWaitingSyncUserChange 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.
The change of user’s setting is always passed to the carrier network and then synchronized to the terminal based call waiting solution over IMS.
[Android.Runtime.Register("CALL_WAITING_SYNC_USER_CHANGE", 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 CallWaitingSyncUserChange = 1;
[<Android.Runtime.Register("CALL_WAITING_SYNC_USER_CHANGE", 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 CallWaitingSyncUserChange : Android.Telephony.CarrierCallWaitingSyncType
Field Value
Value = 1- Attributes
Remarks
The change of user’s setting is always passed to the carrier network and then synchronized to the terminal based call waiting solution over IMS. If changing the service over the carrier network is not successful, the setting over IMS shall not be changed.
Java documentation for android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_USER_CHANGE
.
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.