Connection.SetPulling 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.
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 Connection
s 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.