SipAudioCall.Listener.OnRinging(SipAudioCall, SipProfile) Method

Definition

Called when a new call comes in.

[Android.Runtime.Register("onRinging", "(Landroid/net/sip/SipAudioCall;Landroid/net/sip/SipProfile;)V", "GetOnRinging_Landroid_net_sip_SipAudioCall_Landroid_net_sip_SipProfile_Handler")]
public virtual void OnRinging (Android.Net.Sip.SipAudioCall call, Android.Net.Sip.SipProfile caller);
[<Android.Runtime.Register("onRinging", "(Landroid/net/sip/SipAudioCall;Landroid/net/sip/SipProfile;)V", "GetOnRinging_Landroid_net_sip_SipAudioCall_Landroid_net_sip_SipProfile_Handler")>]
abstract member OnRinging : Android.Net.Sip.SipAudioCall * Android.Net.Sip.SipProfile -> unit
override this.OnRinging : Android.Net.Sip.SipAudioCall * Android.Net.Sip.SipProfile -> unit

Parameters

call
SipAudioCall

the call object that carries out the audio call

caller
SipProfile

the SIP profile of the caller

Attributes

Remarks

Called when a new call comes in. The default implementation calls #onChanged.

Java documentation for android.net.sip.SipAudioCall.Listener.onRinging(android.net.sip.SipAudioCall, android.net.sip.SipProfile).

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