Share via


RegistrationManagerRegistrationCallback.OnRegistering Method

Definition

Overloads

OnRegistering(ImsRegistrationAttributes)

Notifies the framework when the IMS Provider is trying to register the IMS network.

OnRegistering(Int32)

Notifies the framework when the IMS Provider is trying to register the IMS network.

OnRegistering(ImsRegistrationAttributes)

Notifies the framework when the IMS Provider is trying to register the IMS network.

[Android.Runtime.Register("onRegistering", "(Landroid/telephony/ims/ImsRegistrationAttributes;)V", "GetOnRegistering_Landroid_telephony_ims_ImsRegistrationAttributes_Handler", ApiSince=31)]
public virtual void OnRegistering (Android.Telephony.Ims.ImsRegistrationAttributes attributes);
[<Android.Runtime.Register("onRegistering", "(Landroid/telephony/ims/ImsRegistrationAttributes;)V", "GetOnRegistering_Landroid_telephony_ims_ImsRegistrationAttributes_Handler", ApiSince=31)>]
abstract member OnRegistering : Android.Telephony.Ims.ImsRegistrationAttributes -> unit
override this.OnRegistering : Android.Telephony.Ims.ImsRegistrationAttributes -> unit

Parameters

attributes
ImsRegistrationAttributes

The attributes associated with this IMS registration.

Attributes

Remarks

Notifies the framework when the IMS Provider is trying to register the IMS network.

Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistering(android.telephony.ims.ImsRegistrationAttributes).

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

OnRegistering(Int32)

Notifies the framework when the IMS Provider is trying to register the IMS network.

[Android.Runtime.Register("onRegistering", "(I)V", "GetOnRegistering_IHandler", ApiSince=30)]
public virtual void OnRegistering (int imsTransportType);
[<Android.Runtime.Register("onRegistering", "(I)V", "GetOnRegistering_IHandler", ApiSince=30)>]
abstract member OnRegistering : int -> unit
override this.OnRegistering : int -> unit

Parameters

imsTransportType
Int32

the radio access technology.

Attributes

Remarks

Notifies the framework when the IMS Provider is trying to register the IMS network.

This member is deprecated. Use #onRegistering(ImsRegistrationAttributes) instead.

Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistering(int).

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