Share via


ConnectionService.OnRemoteExistingConnectionAdded(RemoteConnection) Method

Definition

Called when an existing connection is added remotely.

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

Parameters

connection
RemoteConnection

The existing connection which was added.

Attributes

Remarks

Called when an existing connection is added remotely.

Java documentation for android.telecom.ConnectionService.onRemoteExistingConnectionAdded(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