Language

ConnectionService.OnConnectionAdded(Connection) Method

Definition

Called when a connection is added.

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

Parameters

connection
Connection
Attributes

Remarks

Called when a connection is added.

Android reference for android.telecom.ConnectionService.onConnectionAdded.

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