SipManager.IsSipWifiOnly(Context) Method

Definition

Caution

deprecated

Returns true if SIP is only available on WIFI.

[Android.Runtime.Register("isSipWifiOnly", "(Landroid/content/Context;)Z", "")]
[System.Obsolete("deprecated")]
public static bool IsSipWifiOnly (Android.Content.Context? context);
[<Android.Runtime.Register("isSipWifiOnly", "(Landroid/content/Context;)Z", "")>]
[<System.Obsolete("deprecated")>]
static member IsSipWifiOnly : Android.Content.Context -> bool

Parameters

context
Context

Returns

Boolean
Attributes

Remarks

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