Share via


Connection.SetPulling Method

Definition

Sets state to pulling (e.

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

Remarks

Sets state to pulling (e.g. the connection is being pulled to the local device from another device). Only applicable for Connections with Connection#PROPERTY_IS_EXTERNAL_CALL and Connection#CAPABILITY_CAN_PULL_CALL.

Java documentation for android.telecom.Connection.setPulling().

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