Partager via


RemoteConference.Callback.OnConferenceableConnectionsChanged Méthode

Définition

Appelé lorsque l’ensemble de RemoteConnections qui peut être ajouté à cette téléconférence a changé.

[Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConference;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConference_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnConferenceableConnectionsChanged(Android.Telecom.RemoteConference conference, System.Collections.Generic.IList<Android.Telecom.RemoteConnection>? conferenceableConnections);
[<Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConference;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConference_Ljava_util_List_Handler", ApiSince=23)>]
abstract member OnConferenceableConnectionsChanged : Android.Telecom.RemoteConference * System.Collections.Generic.IList<Android.Telecom.RemoteConnection> -> unit
override this.OnConferenceableConnectionsChanged : Android.Telecom.RemoteConference * System.Collections.Generic.IList<Android.Telecom.RemoteConnection> -> unit

Paramètres

conference
RemoteConference

Appel RemoteConference de cette méthode.

conferenceableConnections
IList<RemoteConnection>

Liste des conférences.RemoteConnection

Attributs

Remarques

Appelé lorsque l’ensemble de RemoteConnections qui peut être ajouté à cette téléconférence a changé.

Documentation Java pour android.telecom.RemoteConference.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConference, java.util.List<android.telecom.RemoteConnection>).

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

S’applique à