RemoteConnection.Callback.OnExtrasChanged(RemoteConnection, Bundle) 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.
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 -> unitParameters
- 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.
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.