ImsMmTelManager.InterfaceConsts.RegistrationStateRegistering 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 in the process of registering to the carrier network.

[Android.Runtime.Register("REGISTRATION_STATE_REGISTERING", 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 RegistrationStateRegistering = 1;
[<Android.Runtime.Register("REGISTRATION_STATE_REGISTERING", 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 RegistrationStateRegistering : Android.Telephony.Ims.RegistrationState

Field Value

RegistrationState
Attributes

Remarks

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

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