Android.Net.Sip.SipManager.Close Method
Closes the specified profile to not make/receive calls.

Syntax

[Android.Runtime.Register("close", "(Ljava/lang/String;)V", "GetClose_Ljava_lang_String_Handler")]
public virtual void Close (string localProfileUri)

Parameters

localProfileUri
the URI of the profile to close

Exceptions

TypeReason
Android.Net.Sip.SipExceptionif 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.

[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