RemoteConnection.Callback.OnExtrasChanged(RemoteConnection, Bundle) Method

Definition

Handles changes to the RemoteConnection extras.

[Android.Runtime.Register("onExtrasChanged", "(Landroid/telecom/RemoteConnection;Landroid/os/Bundle;)V", "GetOnExtrasChanged_Landroid_telecom_RemoteConnection_Landroid_os_Bundle_Handler", ApiSince=23)]
public virtual void OnExtrasChanged (Android.Telecom.RemoteConnection connection, Android.OS.Bundle extras);
[<Android.Runtime.Register("onExtrasChanged", "(Landroid/telecom/RemoteConnection;Landroid/os/Bundle;)V", "GetOnExtrasChanged_Landroid_telecom_RemoteConnection_Landroid_os_Bundle_Handler", ApiSince=23)>]
abstract member OnExtrasChanged : Android.Telecom.RemoteConnection * Android.OS.Bundle -> unit
override this.OnExtrasChanged : Android.Telecom.RemoteConnection * Android.OS.Bundle -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

extras
Bundle

The extras containing other information associated with the connection.

Attributes

Remarks

Handles changes to the RemoteConnection extras.

Java documentation for android.telecom.RemoteConnection.Callback.onExtrasChanged(android.telecom.RemoteConnection, android.os.Bundle).

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