SipSession.Listener.OnCallEnded(SipSession) Method

Definition

Called when the session is terminated.

[Android.Runtime.Register("onCallEnded", "(Landroid/net/sip/SipSession;)V", "GetOnCallEnded_Landroid_net_sip_SipSession_Handler")]
public virtual void OnCallEnded (Android.Net.Sip.SipSession session);
[<Android.Runtime.Register("onCallEnded", "(Landroid/net/sip/SipSession;)V", "GetOnCallEnded_Landroid_net_sip_SipSession_Handler")>]
abstract member OnCallEnded : Android.Net.Sip.SipSession -> unit
override this.OnCallEnded : Android.Net.Sip.SipSession -> unit

Parameters

session
SipSession

the session object that is associated with the dialog

Attributes

Remarks

Called when the session is terminated.

Java documentation for android.net.sip.SipSession.Listener.onCallEnded(android.net.sip.SipSession).

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