TelephonyDisplayInfo.OverrideNetworkType Property

Definition

Get the override network type.

public int OverrideNetworkType { [Android.Runtime.Register("getOverrideNetworkType", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getOverrideNetworkType", "()I", "", ApiSince=30)>]
member this.OverrideNetworkType : int

Property Value

The override network type.

Attributes

Remarks

Get the override network type. Note the override network type is for market branding or visualization purposes only. It cannot be treated as the actual network type device is camped on.

Java documentation for android.telephony.TelephonyDisplayInfo.getOverrideNetworkType().

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