CarrierConfigManager.ImsSs.CallWaitingSyncImsOnly フィールド

定義

注意事項

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

キャリア ネットワークと端末ベースの IMS 呼び出し待機サービスの間で、通話待機サービスの状態を同期しないでください。

[Android.Runtime.Register("CALL_WAITING_SYNC_IMS_ONLY", 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 CallWaitingSyncImsOnly = 4;
[<Android.Runtime.Register("CALL_WAITING_SYNC_IMS_ONLY", 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 CallWaitingSyncImsOnly : Android.Telephony.CarrierCallWaitingSyncType

フィールド値

Value = 4
属性

注釈

キャリア ネットワークと端末ベースの IMS 呼び出し待機サービスの間で、通話待機サービスの状態を同期しないでください。 IMS の登録時にユーザーが呼び出し待機設定を変更した場合、変更は端末ベースの呼び出し待機サービスにのみ適用されます。 呼び出し待機が変更されたときに IMS が登録されていない場合は、この設定をキャリア・ネットワークと同期します。

の Java ドキュメント android.telephony.CarrierConfigManager.ImsSs.CALL_WAITING_SYNC_IMS_ONLY

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

適用対象