SipAudioCall.Listener.OnCallHeld(SipAudioCall) Method

Definition

Called when the call is on hold.

[Android.Runtime.Register("onCallHeld", "(Landroid/net/sip/SipAudioCall;)V", "GetOnCallHeld_Landroid_net_sip_SipAudioCall_Handler")]
public virtual void OnCallHeld (Android.Net.Sip.SipAudioCall call);
[<Android.Runtime.Register("onCallHeld", "(Landroid/net/sip/SipAudioCall;)V", "GetOnCallHeld_Landroid_net_sip_SipAudioCall_Handler")>]
abstract member OnCallHeld : Android.Net.Sip.SipAudioCall -> unit
override this.OnCallHeld : Android.Net.Sip.SipAudioCall -> unit

Parameters

call
SipAudioCall

the call object that carries out the audio call

Attributes

Remarks

Called when the call is on hold. The default implementation calls #onChanged.

Java documentation for android.net.sip.SipAudioCall.Listener.onCallHeld(android.net.sip.SipAudioCall).

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