Connection.OnPullExternalCall 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.
Notifies this Connection of a request to pull an external call to the local device.
[Android.Runtime.Register("onPullExternalCall", "()V", "GetOnPullExternalCallHandler", ApiSince=25)]
public virtual void OnPullExternalCall ();
[<Android.Runtime.Register("onPullExternalCall", "()V", "GetOnPullExternalCallHandler", ApiSince=25)>]
abstract member OnPullExternalCall : unit -> unit
override this.OnPullExternalCall : unit -> unit
- Attributes
Remarks
Notifies this Connection of a request to pull an external call to the local device.
The InCallService
issues a request to pull an external call to the local device via Call#pullExternalCall()
.
For a Connection to be pulled, both the Connection#CAPABILITY_CAN_PULL_CALL
capability and Connection#PROPERTY_IS_EXTERNAL_CALL
property bits must be set.
For more information on external calls, see Connection#PROPERTY_IS_EXTERNAL_CALL
.
Java documentation for android.telecom.Connection.onPullExternalCall()
.
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.