Aracılığıyla paylaş


CarrierConfigManager.ImsSs.CallWaitingSyncFirstChange Field

Definition

Caution

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

Activate call waiting on the carrier network when the user enables call waiting the first time.

[Android.Runtime.Register("CALL_WAITING_SYNC_FIRST_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 CallWaitingSyncFirstChange = 3;
[<Android.Runtime.Register("CALL_WAITING_SYNC_FIRST_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 CallWaitingSyncFirstChange : Android.Telephony.CarrierCallWaitingSyncType

Field Value

Value = 3
Attributes

Remarks

Activate call waiting on the carrier network when the user enables call waiting the first time. Call waiting is then always considered enabled on the carrier network. If the user disables call waiting, the setting will only be applied to the terminal based call waiting service and the call will be rejected on the terminal. The mismatch between CS calls and IMS calls can happen when the network based call waiting service is in disabled state in the legacy 3G/2G networks while it's enabled in the terminal side. However, if the user retrieves the setting again when the device is in the legacy 3G/2G networks, the correct state will be shown to the user.

Java documentation for android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_FIRST_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.

Applies to