Share via


Call.PullExternalCall Method

Definition

Initiates a request to the ConnectionService to pull an external call 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

Initiates a request to the ConnectionService to pull an external call to the local device.

Calls to this method are ignored if the call does not have the Call.Details#PROPERTY_IS_EXTERNAL_CALL property set.

An InCallService will only see calls which support this method if it has the TelecomManager#METADATA_INCLUDE_EXTERNAL_CALLS metadata set to true in its manifest.

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