TelephonyManager.IsConcurrentVoiceAndDataSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true
if simultaneous voice and data supported, and false
otherwise.
- Attributes
Remarks
Whether the device is currently on a technology (e.g. UMTS or LTE) which can support voice and data simultaneously. This can change based on location or network condition.
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.