NetworkRegistrationInfo.RegisteredPlmn Property

Definition

Get the PLMN-ID for this Network Registration, also known as the RPLMN.

public string? RegisteredPlmn { [Android.Runtime.Register("getRegisteredPlmn", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getRegisteredPlmn", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.RegisteredPlmn : string

Property Value

the registered PLMN-ID or null.

Attributes

Remarks

Get the PLMN-ID for this Network Registration, also known as the RPLMN.

If the device is registered, this will return the registered PLMN-ID. If registration has failed, then this will return the PLMN ID of the last attempted registration. If the device is not registered, or if is registered to a non-3GPP radio technology, then this will return null.

See 3GPP TS 23.122 for further information about the Registered PLMN.

Java documentation for android.telephony.NetworkRegistrationInfo.getRegisteredPlmn().

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