Connection.OnHandoverComplete 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.
Notifies this Connection
that a handover has completed.
[Android.Runtime.Register("onHandoverComplete", "()V", "GetOnHandoverCompleteHandler", ApiSince=28)]
public virtual void OnHandoverComplete ();
[<Android.Runtime.Register("onHandoverComplete", "()V", "GetOnHandoverCompleteHandler", ApiSince=28)>]
abstract member OnHandoverComplete : unit -> unit
override this.OnHandoverComplete : unit -> unit
- Attributes
Remarks
Notifies this Connection
that a handover has completed.
A handover is initiated with android.telecom.Call#handoverTo(PhoneAccountHandle, int, Bundle)
on the initiating side of the handover, and TelecomManager#acceptHandover(Uri, int, PhoneAccountHandle)
.
Java documentation for android.telecom.Connection.onHandoverComplete()
.
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.