RemoteConference.Callback.OnConnectionRemoved Method

Definition

Invoked when a RemoteConnection is removed from the conference call.

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

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

connection
RemoteConnection

The RemoteConnection being removed.

Attributes

Remarks

Invoked when a RemoteConnection is removed from the conference call.

Java documentation for android.telecom.RemoteConference.Callback.onConnectionRemoved(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