Freigeben über


SipManager.IsOpened(String) Method

Definition

Checks if the specified profile is opened in the SIP service for making and/or receiving calls.

[Android.Runtime.Register("isOpened", "(Ljava/lang/String;)Z", "GetIsOpened_Ljava_lang_String_Handler")]
public virtual bool IsOpened (string? localProfileUri);
[<Android.Runtime.Register("isOpened", "(Ljava/lang/String;)Z", "GetIsOpened_Ljava_lang_String_Handler")>]
abstract member IsOpened : string -> bool
override this.IsOpened : string -> bool

Parameters

localProfileUri
String

the URI of the profile in question

Returns

true if the profile is enabled to receive calls

Attributes

Exceptions

if calling the SIP service results in an error

Remarks

Checks if the specified profile is opened in the SIP service for making and/or receiving calls.

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