SipAudioCall Constructors

Definition

Overloads

SipAudioCall(Context, SipProfile)

Creates a call object with the local SIP profile.

SipAudioCall(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

SipAudioCall(Context, SipProfile)

Creates a call object with the local SIP profile.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/net/sip/SipProfile;)V", "")]
public SipAudioCall (Android.Content.Context? context, Android.Net.Sip.SipProfile? localProfile);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/net/sip/SipProfile;)V", "")>]
new Android.Net.Sip.SipAudioCall : Android.Content.Context * Android.Net.Sip.SipProfile -> Android.Net.Sip.SipAudioCall

Parameters

context
Context

the context for accessing system services such as ringtone, audio, WIFI etc

localProfile
SipProfile
Attributes

Remarks

Creates a call object with the local SIP profile.

Java documentation for android.net.sip.SipAudioCall.SipAudioCall(android.content.Context, android.net.sip.SipProfile).

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

SipAudioCall(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected SipAudioCall (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Sip.SipAudioCall : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Sip.SipAudioCall

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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