SipAudioCall.SetListener 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.
Overloads
SetListener(SipAudioCall+Listener) |
Sets the listener to listen to the audio call events. |
SetListener(SipAudioCall+Listener, Boolean) |
Sets the listener to listen to the audio call events. |
SetListener(SipAudioCall+Listener)
Sets the listener to listen to the audio call events.
[Android.Runtime.Register("setListener", "(Landroid/net/sip/SipAudioCall$Listener;)V", "GetSetListener_Landroid_net_sip_SipAudioCall_Listener_Handler")]
public virtual void SetListener (Android.Net.Sip.SipAudioCall.Listener? listener);
[<Android.Runtime.Register("setListener", "(Landroid/net/sip/SipAudioCall$Listener;)V", "GetSetListener_Landroid_net_sip_SipAudioCall_Listener_Handler")>]
abstract member SetListener : Android.Net.Sip.SipAudioCall.Listener -> unit
override this.SetListener : Android.Net.Sip.SipAudioCall.Listener -> unit
Parameters
- listener
- SipAudioCall.Listener
to listen to the audio call events of this object
- Attributes
Remarks
Java documentation for android.net.sip.SipAudioCall.setListener(android.net.sip.Listener)
.
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.
See also
- <xref:Android.Net.Sip.SipAudioCall.SetListener(.Listener%2c+System.Boolean)>
Applies to
SetListener(SipAudioCall+Listener, Boolean)
Sets the listener to listen to the audio call events.
[Android.Runtime.Register("setListener", "(Landroid/net/sip/SipAudioCall$Listener;Z)V", "GetSetListener_Landroid_net_sip_SipAudioCall_Listener_ZHandler")]
public virtual void SetListener (Android.Net.Sip.SipAudioCall.Listener? listener, bool callbackImmediately);
[<Android.Runtime.Register("setListener", "(Landroid/net/sip/SipAudioCall$Listener;Z)V", "GetSetListener_Landroid_net_sip_SipAudioCall_Listener_ZHandler")>]
abstract member SetListener : Android.Net.Sip.SipAudioCall.Listener * bool -> unit
override this.SetListener : Android.Net.Sip.SipAudioCall.Listener * bool -> unit
Parameters
- listener
- SipAudioCall.Listener
to listen to the audio call events of this object
- callbackImmediately
- Boolean
set to true if the caller wants to be called back immediately on the current state
- Attributes
Remarks
Java documentation for android.net.sip.SipAudioCall.setListener(android.net.sip.Listener)
.
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.