SipSession.Listener.OnRegistrationFailed 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.
Called when the registration fails.
[Android.Runtime.Register("onRegistrationFailed", "(Landroid/net/sip/SipSession;ILjava/lang/String;)V", "GetOnRegistrationFailed_Landroid_net_sip_SipSession_ILjava_lang_String_Handler")]
public virtual void OnRegistrationFailed (Android.Net.Sip.SipSession session, Android.Net.Sip.SipErrorCodes errorCode, string errorMessage);
[<Android.Runtime.Register("onRegistrationFailed", "(Landroid/net/sip/SipSession;ILjava/lang/String;)V", "GetOnRegistrationFailed_Landroid_net_sip_SipSession_ILjava_lang_String_Handler")>]
abstract member OnRegistrationFailed : Android.Net.Sip.SipSession * Android.Net.Sip.SipErrorCodes * string -> unit
override this.OnRegistrationFailed : Android.Net.Sip.SipSession * Android.Net.Sip.SipErrorCodes * string -> unit
Parameters
- session
- SipSession
the session object that carries out the transaction
- errorCode
- SipErrorCodes
error code defined in SipErrorCode
- errorMessage
- String
error message
- Attributes
Remarks
Called when the registration fails.
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.