SipManager.NewInstance(Context) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a manager instance.
[Android.Runtime.Register("newInstance", "(Landroid/content/Context;)Landroid/net/sip/SipManager;", "")]
public static Android.Net.Sip.SipManager? NewInstance (Android.Content.Context? context);
[<Android.Runtime.Register("newInstance", "(Landroid/content/Context;)Landroid/net/sip/SipManager;", "")>]
static member NewInstance : Android.Content.Context -> Android.Net.Sip.SipManager
Parameters
- context
- Context
application context for creating the manager object
Returns
the manager instance or null if SIP API is not supported
- Attributes
Remarks
Creates a manager instance. Returns null if SIP API is not supported.
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.