NetworkRegistrationInfo.IsRegistered Property

Definition

This member is deprecated.

public bool IsRegistered { [Android.Runtime.Register("isRegistered", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isRegistered", "()Z", "", ApiSince=30)>]
member this.IsRegistered : bool

Property Value

true if registered on roaming or home network. Note this value can be affected by the carrier config override.

Attributes

Remarks

This member is deprecated. Use #isNetworkRegistered, which is not affected by any carrier config or resource overlay, instead.

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

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