TelephonyManager.IsConcurrentVoiceAndDataSupported Property

Definition

Whether the device is currently on a technology (e.

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

Property Value

Boolean

true if simultaneous voice and data supported, and false otherwise.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.isConcurrentVoiceAndDataSupported().

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