Share via


RemoteConference.Callback.OnExtrasChanged(RemoteConference, Bundle) Method

Definition

Handles changes to the RemoteConference extras.

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

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

extras
Bundle

The extras containing other information associated with the conference.

Attributes

Remarks

Handles changes to the RemoteConference extras.

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