RemoteConnection.Callback.OnConnectionCapabilitiesChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
.
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.