SipManager.Close(String) Method

Definition

Caution

deprecated

Closes the specified profile to not make/receive calls.

[Android.Runtime.Register("close", "(Ljava/lang/String;)V", "GetClose_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void Close (string? localProfileUri);
[<Android.Runtime.Register("close", "(Ljava/lang/String;)V", "GetClose_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Close : string -> unit
override this.Close : string -> unit

Parameters

localProfileUri
String

the URI of the profile to close

Attributes

Exceptions

if calling the SIP service results in an error

Remarks

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