PhoneStateListener.OnCallDisconnectCauseChanged(Int32, Int32) Method

Definition

Caution

deprecated

Callback invoked when call disconnect cause changes on the registered subscription.

[Android.Runtime.Register("onCallDisconnectCauseChanged", "(II)V", "GetOnCallDisconnectCauseChanged_IIHandler", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.READ_PRECISE_PHONE_STATE")]
[System.Obsolete("deprecated")]
public virtual void OnCallDisconnectCauseChanged (int disconnectCause, int preciseDisconnectCause);
[<Android.Runtime.Register("onCallDisconnectCauseChanged", "(II)V", "GetOnCallDisconnectCauseChanged_IIHandler", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.READ_PRECISE_PHONE_STATE")>]
[<System.Obsolete("deprecated")>]
abstract member OnCallDisconnectCauseChanged : int * int -> unit
override this.OnCallDisconnectCauseChanged : int * int -> unit

Parameters

disconnectCause
Int32

DisconnectCause.

preciseDisconnectCause
Int32

PreciseDisconnectCause.

Attributes

Remarks

Java documentation for android.telephony.PhoneStateListener.onCallDisconnectCauseChanged(int, int).

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