RegistrationManagerRegistrationCallback.OnRegistered Method

Definition

Overloads

OnRegistered(ImsRegistrationAttributes)

Notifies the framework when the IMS Provider is registered to the IMS network with corresponding attributes.

OnRegistered(Int32)

Notifies the framework when the IMS Provider is registered to the IMS network.

OnRegistered(ImsRegistrationAttributes)

Notifies the framework when the IMS Provider is registered to the IMS network with corresponding attributes.

[Android.Runtime.Register("onRegistered", "(Landroid/telephony/ims/ImsRegistrationAttributes;)V", "GetOnRegistered_Landroid_telephony_ims_ImsRegistrationAttributes_Handler", ApiSince=31)]
public virtual void OnRegistered (Android.Telephony.Ims.ImsRegistrationAttributes attributes);
[<Android.Runtime.Register("onRegistered", "(Landroid/telephony/ims/ImsRegistrationAttributes;)V", "GetOnRegistered_Landroid_telephony_ims_ImsRegistrationAttributes_Handler", ApiSince=31)>]
abstract member OnRegistered : Android.Telephony.Ims.ImsRegistrationAttributes -> unit
override this.OnRegistered : 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 registered to the IMS network with corresponding attributes.

Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistered(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

OnRegistered(Int32)

Notifies the framework when the IMS Provider is registered to the IMS network.

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

Parameters

imsTransportType
Int32

the radio access technology.

Attributes

Remarks

Notifies the framework when the IMS Provider is registered to the IMS network.

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

Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistered(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