CarrierConfigManager.ImsSs.CallWaitingSyncNone フィールド

定義

注意事項

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_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

フィールド値

Value = 0
属性

注釈

ユーザーの通話待機設定をネットワークと同期しないでください。 通話待機は常に通信事業者ネットワークで有効になっており、ターミナル側では通話待機のユーザー設定が適用されます。 ユーザーが通話待機を無効にすると、ターミナルで呼び出しは拒否されます。

android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_NONEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象