RemoteConnection.PullExternalCall Method

Definition

Instructs this RemoteConnection to pull itself to the local device.

[Android.Runtime.Register("pullExternalCall", "()V", "", ApiSince=25)]
public void PullExternalCall ();
[<Android.Runtime.Register("pullExternalCall", "()V", "", ApiSince=25)>]
member this.PullExternalCall : unit -> unit
Attributes

Remarks

Instructs this RemoteConnection to pull itself to the local device.

See Call#pullExternalCall() for more information.

Java documentation for android.telecom.RemoteConnection.pullExternalCall().

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