RemoteConnection.Callback.OnConnectionPropertiesChanged Method

Definition

Indicates that the call properties of this RemoteConnection have changed.

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

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

connectionProperties
ConnectionProperties

The new properties of the RemoteConnection.

Attributes

Remarks

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

Java documentation for android.telecom.RemoteConnection.Callback.onConnectionPropertiesChanged(android.telecom.RemoteConnection, 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