Langue

RemoteConference.Callback.OnConnectionAdded Méthode

Définition

Appelé lorsqu’un RemoteConnection appel est ajouté à la téléconférence.

[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

Paramètres

conference
RemoteConference

Appel RemoteConference de cette méthode.

connection
RemoteConnection

Ajouté RemoteConnection .

Attributs

Remarques

Appelé lorsqu’un RemoteConnection appel est ajouté à la téléconférence.

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

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à