次の方法で共有


Conference.OnExtrasChanged(Bundle) Method

Definition

Notifies this Conference of a change to the extras made outside the ConnectionService.

[Android.Runtime.Register("onExtrasChanged", "(Landroid/os/Bundle;)V", "GetOnExtrasChanged_Landroid_os_Bundle_Handler", ApiSince=25)]
public virtual void OnExtrasChanged (Android.OS.Bundle? extras);
[<Android.Runtime.Register("onExtrasChanged", "(Landroid/os/Bundle;)V", "GetOnExtrasChanged_Landroid_os_Bundle_Handler", ApiSince=25)>]
abstract member OnExtrasChanged : Android.OS.Bundle -> unit
override this.OnExtrasChanged : Android.OS.Bundle -> unit

Parameters

extras
Bundle

The new extras bundle.

Attributes

Remarks

Notifies this Conference of a change to the extras made outside the ConnectionService.

These extras changes can originate from Telecom itself, or from an InCallService via android.telecom.Call#putExtras(Bundle), and Call#removeExtras(List).

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