TelephonyManager.VoiceNetworkType Property

Definition

Returns the NETWORK_TYPE_xxxx for voice

public virtual Android.Telephony.NetworkType VoiceNetworkType { [Android.Runtime.Register("getVoiceNetworkType", "()I", "GetGetVoiceNetworkTypeHandler", ApiSince=24)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getVoiceNetworkType", "()I", "GetGetVoiceNetworkTypeHandler", ApiSince=24)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.VoiceNetworkType : Android.Telephony.NetworkType

Property Value

NetworkType
Attributes

Remarks

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

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