RegistrationManager.RegistrationStateNotRegistered Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Ims.RegistrationState enum directly instead of this field.

The IMS service is currently not registered to the carrier network.

[Android.Runtime.Register("REGISTRATION_STATE_NOT_REGISTERED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RegistrationState enum directly instead of this field.", true)]
public const Android.Telephony.Ims.RegistrationState RegistrationStateNotRegistered = 0;
[<Android.Runtime.Register("REGISTRATION_STATE_NOT_REGISTERED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RegistrationState enum directly instead of this field.", true)>]
val mutable RegistrationStateNotRegistered : Android.Telephony.Ims.RegistrationState

Field Value

Value = 0
Attributes

Remarks

The IMS service is currently not registered to the carrier network.

Java documentation for android.telephony.ims.RegistrationManager.REGISTRATION_STATE_NOT_REGISTERED.

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