TelephonyManager.SimOperatorName Property

Definition

Returns the Service Provider Name (SPN).

public virtual string? SimOperatorName { [Android.Runtime.Register("getSimOperatorName", "()Ljava/lang/String;", "GetGetSimOperatorNameHandler")] get; }
[<get: Android.Runtime.Register("getSimOperatorName", "()Ljava/lang/String;", "GetGetSimOperatorNameHandler")>]
member this.SimOperatorName : string

Property Value

Attributes

Remarks

Returns the Service Provider Name (SPN).

Availability: SIM state must be #SIM_STATE_READY

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

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

See also