Language

ConnectionService.OnConnectionRemoved(Connection) Method

Definition

Called when a connection is removed.

[Android.Runtime.Register("onConnectionRemoved", "(Landroid/telecom/Connection;)V", "GetOnConnectionRemoved_Landroid_telecom_Connection_Handler", ApiSince=37)]
public virtual void OnConnectionRemoved(Android.Telecom.Connection connection);
[<Android.Runtime.Register("onConnectionRemoved", "(Landroid/telecom/Connection;)V", "GetOnConnectionRemoved_Landroid_telecom_Connection_Handler", ApiSince=37)>]
abstract member OnConnectionRemoved : Android.Telecom.Connection -> unit
override this.OnConnectionRemoved : Android.Telecom.Connection -> unit

Parameters

connection
Connection
Attributes

Remarks

Called when a connection is removed.

Android reference for android.telecom.ConnectionService.onConnectionRemoved.

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