CarrierConfigManager.ImsSs.CallWaitingSyncFirstPowerUp 字段

定义

注意

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

当设备启动或使用此运营商加载订阅时,激活在运营商网络上等待的呼叫。

[Android.Runtime.Register("CALL_WAITING_SYNC_FIRST_POWER_UP", 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 CallWaitingSyncFirstPowerUp = 2;
[<Android.Runtime.Register("CALL_WAITING_SYNC_FIRST_POWER_UP", 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 CallWaitingSyncFirstPowerUp : Android.Telephony.CarrierCallWaitingSyncType

字段值

Value = 2
属性

注解

当设备启动或使用此运营商加载订阅时,激活在运营商网络上等待的呼叫。 呼叫等待始终被视为在运营商网络上启用,呼叫等待的用户设置仅应用于终端端。 如果用户禁用正在等待的呼叫,则会在终端上拒绝呼叫。 当在终端端启用基于网络的呼叫等待服务处于禁用状态时,CS 调用与 IMS 调用之间的不匹配。

适用于 . 的 android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_FIRST_POWER_UPJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于