次の方法で共有


Connection.OnHandoverComplete Method

Definition

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.

Applies to