RemoteConference.Callback.OnExtrasChanged(RemoteConference, 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 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.
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.