RemoteConnection.Callback.OnConferenceableConnectionsChanged Method

Definition

Indicates that the RemoteConnections with which this RemoteConnection may be asked to create a conference has changed.

C#
[Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConnection;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConnection_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnConferenceableConnectionsChanged(Android.Telecom.RemoteConnection connection, System.Collections.Generic.IList<Android.Telecom.RemoteConnection>? conferenceableConnections);

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

conferenceableConnections
IList<RemoteConnection>

The RemoteConnections with which this RemoteConnection may be asked to create a conference.

Attributes

Remarks

Indicates that the RemoteConnections with which this RemoteConnection may be asked to create a conference has changed.

Java documentation for android.telecom.RemoteConnection.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConnection, java.util.List<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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35