SipManager.NewInstance(Context) Method

Definition

Caution

deprecated

Creates a manager instance.

[Android.Runtime.Register("newInstance", "(Landroid/content/Context;)Landroid/net/sip/SipManager;", "")]
[System.Obsolete("deprecated")]
public static Android.Net.Sip.SipManager? NewInstance (Android.Content.Context? context);
[<Android.Runtime.Register("newInstance", "(Landroid/content/Context;)Landroid/net/sip/SipManager;", "")>]
[<System.Obsolete("deprecated")>]
static member NewInstance : Android.Content.Context -> Android.Net.Sip.SipManager

Parameters

context
Context

application context for creating the manager object

Returns

SipManager

the manager instance or null if SIP API is not supported

Attributes

Remarks

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