Conference.OnExtrasChanged(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.
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.