Conference.ConferenceableConnections Property

Definition

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

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

Property Value

IList<Connection>
Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.telecom.Conference.setConferenceableConnections(java.util.List<android.telecom.Connection>).

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