Android.Net.Sip.SipManager.IsRegistered Method
Checks if the SIP service has successfully registered the profile to the SIP provider (specified in the profile) for receiving calls.

Syntax

[Android.Runtime.Register("isRegistered", "(Ljava/lang/String;)Z", "GetIsRegistered_Ljava_lang_String_Handler")]
public virtual bool IsRegistered (string localProfileUri)

Parameters

localProfileUri
the URI of the profile in question

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Net.Sip.SipExceptionif calling the SIP service results in an error

Remarks

Checks if the SIP service has successfully registered the profile to the SIP provider (specified in the profile) for receiving calls. Returning true from this method also implies the profile is opened (SipManager.IsOpened(string)).

[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