Share via


RemoteConference.Callback.OnConnectionPropertiesChanged Method

Definition

Indicates that the call properties of this RemoteConference have changed.

[Android.Runtime.Register("onConnectionPropertiesChanged", "(Landroid/telecom/RemoteConference;I)V", "GetOnConnectionPropertiesChanged_Landroid_telecom_RemoteConference_IHandler", ApiSince=25)]
public virtual void OnConnectionPropertiesChanged (Android.Telecom.RemoteConference conference, Android.Telecom.ConnectionProperties connectionProperties);
[<Android.Runtime.Register("onConnectionPropertiesChanged", "(Landroid/telecom/RemoteConference;I)V", "GetOnConnectionPropertiesChanged_Landroid_telecom_RemoteConference_IHandler", ApiSince=25)>]
abstract member OnConnectionPropertiesChanged : Android.Telecom.RemoteConference * Android.Telecom.ConnectionProperties -> unit
override this.OnConnectionPropertiesChanged : Android.Telecom.RemoteConference * Android.Telecom.ConnectionProperties -> unit

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

connectionProperties
ConnectionProperties

The new properties of the RemoteConference.

Attributes

Remarks

Indicates that the call properties of this RemoteConference have changed. See #getConnectionProperties().

Java documentation for android.telecom.RemoteConference.Callback.onConnectionPropertiesChanged(android.telecom.RemoteConference, int).

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