Android.Net.Sip.ISipRegistrationListener.OnRegistrationFailed Method
Called when the registration failed.

Syntax

[Android.Runtime.Register("onRegistrationFailed", "(Ljava/lang/String;ILjava/lang/String;)V", "GetOnRegistrationFailed_Ljava_lang_String_ILjava_lang_String_Handler:Android.Net.Sip.ISipRegistrationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnRegistrationFailed (string localProfileUri, [Android.Runtime.GeneratedEnum] SipErrorCodes errorCode, string errorMessage)

See Also

SipErrorCode

Parameters

localProfileUri
the URI string of the SIP profile to register with
errorCode
error code of this error
errorMessage
error message

Remarks

Called when the registration failed.

[Android Documentation]

Requirements

Namespace: Android.Net.Sip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9