PhoneStateListener.OnImsCallDisconnectCauseChanged(ImsReasonInfo) 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.
Caution
deprecated
Callback invoked when Ims call disconnect cause changes on the registered subscription.
[Android.Runtime.Register("onImsCallDisconnectCauseChanged", "(Landroid/telephony/ims/ImsReasonInfo;)V", "GetOnImsCallDisconnectCauseChanged_Landroid_telephony_ims_ImsReasonInfo_Handler", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.READ_PRECISE_PHONE_STATE")]
[System.Obsolete("deprecated")]
public virtual void OnImsCallDisconnectCauseChanged (Android.Telephony.Ims.ImsReasonInfo imsReasonInfo);
[<Android.Runtime.Register("onImsCallDisconnectCauseChanged", "(Landroid/telephony/ims/ImsReasonInfo;)V", "GetOnImsCallDisconnectCauseChanged_Landroid_telephony_ims_ImsReasonInfo_Handler", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.READ_PRECISE_PHONE_STATE")>]
[<System.Obsolete("deprecated")>]
abstract member OnImsCallDisconnectCauseChanged : Android.Telephony.Ims.ImsReasonInfo -> unit
override this.OnImsCallDisconnectCauseChanged : Android.Telephony.Ims.ImsReasonInfo -> unit
Parameters
- imsReasonInfo
- ImsReasonInfo
ImsReasonInfo contains details on why IMS call failed.
- Attributes
Remarks
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.