Share via


Call.Callback.OnHandoverComplete(Call) Method

Definition

Invoked when Call handover from one PhoneAccount to other PhoneAccount has completed successfully.

[Android.Runtime.Register("onHandoverComplete", "(Landroid/telecom/Call;)V", "GetOnHandoverComplete_Landroid_telecom_Call_Handler", ApiSince=28)]
public virtual void OnHandoverComplete (Android.Telecom.Call call);
[<Android.Runtime.Register("onHandoverComplete", "(Landroid/telecom/Call;)V", "GetOnHandoverComplete_Landroid_telecom_Call_Handler", ApiSince=28)>]
abstract member OnHandoverComplete : Android.Telecom.Call -> unit
override this.OnHandoverComplete : Android.Telecom.Call -> unit

Parameters

call
Call

The call which had initiated handover.

Attributes

Remarks

Invoked when Call handover from one PhoneAccount to other PhoneAccount has completed successfully.

For a full discussion of the handover process and the APIs involved, see android.telecom.Call#handoverTo(PhoneAccountHandle, int, Bundle).

Java documentation for android.telecom.Call.Callback.onHandoverComplete(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