RegistrationManagerRegistrationCallback.OnRegistering 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
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.
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.
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.