Compartir a través de


RemoteConference.Callback.OnConferenceableConnectionsChanged Método

Definición

Se invoca cuando el conjunto de RemoteConnections que se puede agregar a esta llamada de conferencia ha cambiado.

[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

Parámetros

conference
RemoteConference

La RemoteConference invocación de este método.

conferenceableConnections
IList<RemoteConnection>

La lista de conferenciables RemoteConnection.

Atributos

Comentarios

Se invoca cuando el conjunto de RemoteConnections que se puede agregar a esta llamada de conferencia ha cambiado.

Documentación de Java para android.telecom.RemoteConference.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConference, java.util.List<android.telecom.RemoteConnection>).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a