RemoteConference.Callback.OnConnectionAdded Method

Definition

Invoked when a RemoteConnection is added to the conference call.

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

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

connection
RemoteConnection

The RemoteConnection being added.

Attributes

Remarks

Invoked when a RemoteConnection is added to the conference call.

Java documentation for android.telecom.RemoteConference.Callback.onConnectionAdded(android.telecom.RemoteConference, android.telecom.RemoteConnection).

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