Conference Constructors

Definition

Overloads

Conference(PhoneAccountHandle)

Constructs a new Conference with a mandatory PhoneAccountHandle

Conference(IntPtr, JniHandleOwnership)

Conference(PhoneAccountHandle)

Constructs a new Conference with a mandatory PhoneAccountHandle

[Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;)V", "", ApiSince=23)]
public Conference (Android.Telecom.PhoneAccountHandle? phoneAccount);
[<Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;)V", "", ApiSince=23)>]
new Android.Telecom.Conference : Android.Telecom.PhoneAccountHandle -> Android.Telecom.Conference

Parameters

phoneAccount
PhoneAccountHandle

The PhoneAccountHandle associated with the conference.

Attributes

Remarks

Constructs a new Conference with a mandatory PhoneAccountHandle

Java documentation for android.telecom.Conference.Conference(android.telecom.PhoneAccountHandle).

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

Conference(IntPtr, JniHandleOwnership)

protected Conference (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Telecom.Conference : nativeint * Android.Runtime.JniHandleOwnership -> Android.Telecom.Conference

Parameters

javaReference
IntPtr

nativeint

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