Share via


RemoteConnection.Callback.OnConferenceChanged Method

Definition

Indicates that the RemoteConference that this RemoteConnection is a part of has changed.

[Android.Runtime.Register("onConferenceChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConference;)V", "GetOnConferenceChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_RemoteConference_Handler", ApiSince=23)]
public virtual void OnConferenceChanged (Android.Telecom.RemoteConnection connection, Android.Telecom.RemoteConference conference);
[<Android.Runtime.Register("onConferenceChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConference;)V", "GetOnConferenceChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_RemoteConference_Handler", ApiSince=23)>]
abstract member OnConferenceChanged : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConference -> unit
override this.OnConferenceChanged : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConference -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

conference
RemoteConference

The RemoteConference of which this RemoteConnection is a part, which may be null.

Attributes

Remarks

Indicates that the RemoteConference that this RemoteConnection is a part of has changed.

Java documentation for android.telecom.RemoteConnection.Callback.onConferenceChanged(android.telecom.RemoteConnection, android.telecom.RemoteConference).

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