RemoteConnection.Callback.OnConnectionCapabilitiesChanged Method

Definition

Indicates that the call capabilities of this RemoteConnection have changed.

[Android.Runtime.Register("onConnectionCapabilitiesChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnConnectionCapabilitiesChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)]
public virtual void OnConnectionCapabilitiesChanged (Android.Telecom.RemoteConnection connection, Android.Telecom.ConnectionCapability connectionCapabilities);
[<Android.Runtime.Register("onConnectionCapabilitiesChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnConnectionCapabilitiesChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)>]
abstract member OnConnectionCapabilitiesChanged : Android.Telecom.RemoteConnection * Android.Telecom.ConnectionCapability -> unit
override this.OnConnectionCapabilitiesChanged : Android.Telecom.RemoteConnection * Android.Telecom.ConnectionCapability -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

connectionCapabilities
ConnectionCapability

The new capabilities of the RemoteConnection.

Attributes

Remarks

Indicates that the call capabilities of this RemoteConnection have changed. See #getConnectionCapabilities().

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