ISipRegistrationListener.OnRegistering(String) Method

Definition

Called when a registration request is sent.

[Android.Runtime.Register("onRegistering", "(Ljava/lang/String;)V", "GetOnRegistering_Ljava_lang_String_Handler:Android.Net.Sip.ISipRegistrationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnRegistering (string? localProfileUri);
[<Android.Runtime.Register("onRegistering", "(Ljava/lang/String;)V", "GetOnRegistering_Ljava_lang_String_Handler:Android.Net.Sip.ISipRegistrationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnRegistering : string -> unit

Parameters

localProfileUri
String

the URI string of the SIP profile to register with

Attributes

Remarks

Called when a registration request is sent.

Java documentation for android.net.sip.SipRegistrationListener.onRegistering(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