SipAudioCall.Listener.OnError(SipAudioCall, SipErrorCodes, String) Method

Definition

Called when an error occurs.

[Android.Runtime.Register("onError", "(Landroid/net/sip/SipAudioCall;ILjava/lang/String;)V", "GetOnError_Landroid_net_sip_SipAudioCall_ILjava_lang_String_Handler")]
public virtual void OnError (Android.Net.Sip.SipAudioCall call, Android.Net.Sip.SipErrorCodes errorCode, string errorMessage);
[<Android.Runtime.Register("onError", "(Landroid/net/sip/SipAudioCall;ILjava/lang/String;)V", "GetOnError_Landroid_net_sip_SipAudioCall_ILjava_lang_String_Handler")>]
abstract member OnError : Android.Net.Sip.SipAudioCall * Android.Net.Sip.SipErrorCodes * string -> unit
override this.OnError : Android.Net.Sip.SipAudioCall * Android.Net.Sip.SipErrorCodes * string -> unit

Parameters

call
SipAudioCall

the call object that carries out the audio call

errorCode
SipErrorCodes

error code of this error

errorMessage
String

error message

Attributes

Remarks

Called when an error occurs. The default implementation is no op.

Java documentation for android.net.sip.SipAudioCall.Listener.onError(android.net.sip.SipAudioCall, int, java.lang.String).

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

See also