SipManager.IsApiSupported(Context) Method

Definition

Returns true if the SIP API is supported by the system.

[Android.Runtime.Register("isApiSupported", "(Landroid/content/Context;)Z", "")]
public static bool IsApiSupported (Android.Content.Context? context);
[<Android.Runtime.Register("isApiSupported", "(Landroid/content/Context;)Z", "")>]
static member IsApiSupported : Android.Content.Context -> bool

Parameters

context
Context

Returns

Attributes

Remarks

Returns true if the SIP API is supported by the system.

Java documentation for android.net.sip.SipManager.isApiSupported(android.content.Context).

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