RemoteConference.Callback.OnConnectionCapabilitiesChanged Method

Definition

Indicates that the call capabilities of this RemoteConference have changed.

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

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

connectionCapabilities
ConnectionCapability

The new capabilities of the RemoteConference.

Attributes

Remarks

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

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