RemoteConnection.Callback.OnConnectionPropertiesChanged 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 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()
.
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.