Share via


Conference.RemoveConnection(Connection) Method

Definition

Removes the specified connection as a child of this conference.

[Android.Runtime.Register("removeConnection", "(Landroid/telecom/Connection;)V", "", ApiSince=23)]
public void RemoveConnection (Android.Telecom.Connection? connection);
[<Android.Runtime.Register("removeConnection", "(Landroid/telecom/Connection;)V", "", ApiSince=23)>]
member this.RemoveConnection : Android.Telecom.Connection -> unit

Parameters

connection
Connection

The connection to remove.

Attributes

Remarks

Removes the specified connection as a child of this conference.

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