Share via


Conference.OnConnectionAdded(Connection) Method

Definition

Notifies the Conference that a Connection has been added to it.

[Android.Runtime.Register("onConnectionAdded", "(Landroid/telecom/Connection;)V", "GetOnConnectionAdded_Landroid_telecom_Connection_Handler", ApiSince=23)]
public virtual void OnConnectionAdded (Android.Telecom.Connection? connection);
[<Android.Runtime.Register("onConnectionAdded", "(Landroid/telecom/Connection;)V", "GetOnConnectionAdded_Landroid_telecom_Connection_Handler", ApiSince=23)>]
abstract member OnConnectionAdded : Android.Telecom.Connection -> unit
override this.OnConnectionAdded : Android.Telecom.Connection -> unit

Parameters

connection
Connection

The newly added connection.

Attributes

Remarks

Notifies the Conference that a Connection has been added to it.

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