Compartir a través de


SipManager.Close(String) Method

Definition

Closes the specified profile to not make/receive calls.

[Android.Runtime.Register("close", "(Ljava/lang/String;)V", "GetClose_Ljava_lang_String_Handler")]
public virtual void Close (string? localProfileUri);
[<Android.Runtime.Register("close", "(Ljava/lang/String;)V", "GetClose_Ljava_lang_String_Handler")>]
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

Closes the specified profile to not make/receive calls. All the resources that were allocated to the profile are also released.

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