TelephonyManager.IsConcurrentVoiceAndDataSupported プロパティ

定義

デバイスが現在テクノロジ上にあるかどうか (例:

public virtual bool IsConcurrentVoiceAndDataSupported { [Android.Runtime.Register("isConcurrentVoiceAndDataSupported", "()Z", "GetIsConcurrentVoiceAndDataSupportedHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isConcurrentVoiceAndDataSupported", "()Z", "GetIsConcurrentVoiceAndDataSupportedHandler", ApiSince=26)>]
member this.IsConcurrentVoiceAndDataSupported : bool

プロパティ値

true 同時音声とデータがサポートされている場合は 。 false それ以外の場合は 。

属性

注釈

デバイスが現在、音声とデータを同時にサポートできるテクノロジ (UMTS や LTE など) 上にあるかどうか。 これは、場所またはネットワークの状態に基づいて変更される可能性があります。

の Java ドキュメント android.telephony.TelephonyManager.isConcurrentVoiceAndDataSupported()

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

適用対象