Call.Callback.OnHandoverComplete(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 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.