TelephonyManager.NetworkOperatorName 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.
Returns the alphabetic name of current registered operator.
public virtual string? NetworkOperatorName { [Android.Runtime.Register("getNetworkOperatorName", "()Ljava/lang/String;", "GetGetNetworkOperatorNameHandler")] get; }
[<get: Android.Runtime.Register("getNetworkOperatorName", "()Ljava/lang/String;", "GetGetNetworkOperatorNameHandler")>]
member this.NetworkOperatorName : string
Property Value
- Attributes
Remarks
Returns the alphabetic name of current registered operator.
Availability: Only when user is registered to a network. Result may be unreliable on CDMA networks (use #getPhoneType()
to determine if on a CDMA network).
Java documentation for android.telephony.TelephonyManager.getNetworkOperatorName()
.
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.