Call.Callback.OnParentChanged(Call, Call) 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.
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()
.
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.