SipAudioCall.Listener.OnChanged(SipAudioCall) Method

Definition

Called when an event occurs and the corresponding callback is not overridden.

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

Parameters

Attributes

Remarks

Called when an event occurs and the corresponding callback is not overridden. The default implementation is no op. Error events are not re-directed to this callback and are handled in #onError.

Java documentation for android.net.sip.SipAudioCall.Listener.onChanged(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