Share via


Connection.Conferenceables Property

Definition

Returns the connections or conferences with which this connection can be conferenced. -or- Similar to #setConferenceableConnections(java.util.List), sets a list of connections or conferences with which this connection can be conferenced.

public System.Collections.Generic.IList<Android.Telecom.Conferenceable>? Conferenceables { [Android.Runtime.Register("getConferenceables", "()Ljava/util/List;", "", ApiSince=23)] get; [Android.Runtime.Register("setConferenceables", "(Ljava/util/List;)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getConferenceables", "()Ljava/util/List;", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setConferenceables", "(Ljava/util/List;)V", "", ApiSince=23)>]
member this.Conferenceables : System.Collections.Generic.IList<Android.Telecom.Conferenceable> with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the connections or conferences with which this connection can be conferenced.

Java documentation for android.telecom.Connection.getConferenceables().

Property setter documentation:

Similar to #setConferenceableConnections(java.util.List), sets a list of connections or conferences with which this connection can be conferenced.

Java documentation for android.telecom.Connection.setConferenceables(java.util.List<android.telecom.Conferenceable>).

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