SipManager.IsVoipSupported(Context) Method

Definition

Returns true if the system supports SIP-based VOIP API.

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

Parameters

context
Context

Returns

Attributes

Remarks

Returns true if the system supports SIP-based VOIP API.

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