Share via


CarrierConfigManager.ImsSs.CallWaitingSyncNone Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.CarrierCallWaitingSyncType enum directly instead of this field.

Do not synchronize the user's call waiting setting with the network.

[Android.Runtime.Register("CALL_WAITING_SYNC_NONE", 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 CallWaitingSyncNone = 0;
[<Android.Runtime.Register("CALL_WAITING_SYNC_NONE", 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 CallWaitingSyncNone : Android.Telephony.CarrierCallWaitingSyncType

Field Value

Value = 0
Attributes

Remarks

Do not synchronize the user's call waiting setting with the network. Call waiting is always enabled on the carrier network and the user setting for call waiting is applied on the terminal side. If the user disables call waiting, the call will be rejected on the terminal.

Java documentation for android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_NONE.

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.

Applies to