Call.Callback.OnParentChanged(Call, Call) Method

Definition

Invoked when the parent of this Call has changed.

[Android.Runtime.Register("onParentChanged", "(Landroid/telecom/Call;Landroid/telecom/Call;)V", "GetOnParentChanged_Landroid_telecom_Call_Landroid_telecom_Call_Handler", ApiSince=23)]
public virtual void OnParentChanged (Android.Telecom.Call call, Android.Telecom.Call parent);
[<Android.Runtime.Register("onParentChanged", "(Landroid/telecom/Call;Landroid/telecom/Call;)V", "GetOnParentChanged_Landroid_telecom_Call_Landroid_telecom_Call_Handler", ApiSince=23)>]
abstract member OnParentChanged : Android.Telecom.Call * Android.Telecom.Call -> unit
override this.OnParentChanged : Android.Telecom.Call * Android.Telecom.Call -> unit

Parameters

call
Call

The Call invoking this method.

parent
Call

The new parent of the Call.

Attributes

Remarks

Invoked when the parent of this Call has changed. See #getParent().

Java documentation for android.telecom.Call.Callback.onParentChanged(android.telecom.Call, android.telecom.Call).

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