Call.Callback.OnParentChanged(Call, Call) Method

Definition

[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
parent
Call
Attributes

Remarks

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