Share via


Conference.AddConnection(Connection) Method

Definition

Adds the specified connection as a child of this conference.

[Android.Runtime.Register("addConnection", "(Landroid/telecom/Connection;)Z", "", ApiSince=23)]
public bool AddConnection (Android.Telecom.Connection? connection);
[<Android.Runtime.Register("addConnection", "(Landroid/telecom/Connection;)Z", "", ApiSince=23)>]
member this.AddConnection : Android.Telecom.Connection -> bool

Parameters

connection
Connection

The connection to add.

Returns

True if the connection was successfully added.

Attributes

Remarks

Adds the specified connection as a child of this conference.

Java documentation for android.telecom.Conference.addConnection(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