RegistrationManagerRegistrationCallback.OnTechnologyChangeFailed Method

Definition

A failure has occurred when trying to handover registration to another technology type.

[Android.Runtime.Register("onTechnologyChangeFailed", "(ILandroid/telephony/ims/ImsReasonInfo;)V", "GetOnTechnologyChangeFailed_ILandroid_telephony_ims_ImsReasonInfo_Handler", ApiSince=30)]
public virtual void OnTechnologyChangeFailed (int imsTransportType, Android.Telephony.Ims.ImsReasonInfo info);
[<Android.Runtime.Register("onTechnologyChangeFailed", "(ILandroid/telephony/ims/ImsReasonInfo;)V", "GetOnTechnologyChangeFailed_ILandroid_telephony_ims_ImsReasonInfo_Handler", ApiSince=30)>]
abstract member OnTechnologyChangeFailed : int * Android.Telephony.Ims.ImsReasonInfo -> unit
override this.OnTechnologyChangeFailed : int * Android.Telephony.Ims.ImsReasonInfo -> unit

Parameters

imsTransportType
Int32

The transport type that has failed to handover registration to.

info
ImsReasonInfo

A ImsReasonInfo that identifies the reason for failure.

Attributes

Remarks

A failure has occurred when trying to handover registration to another technology type.

Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onTechnologyChangeFailed(int, android.telephony.ims.ImsReasonInfo).

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