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