RegistrationManagerRegistrationCallback.OnRegistered Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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.