CallRedirectionService.PlaceCallUnmodified 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.
The implemented CallRedirectionService
calls this method to response a request
received via #onPlaceCall(Uri, PhoneAccountHandle, boolean)
to inform Telecom that
no changes are required to the outgoing call, and that the call should be placed as-is.
[Android.Runtime.Register("placeCallUnmodified", "()V", "", ApiSince=29)]
public void PlaceCallUnmodified ();
[<Android.Runtime.Register("placeCallUnmodified", "()V", "", ApiSince=29)>]
member this.PlaceCallUnmodified : unit -> unit
- Attributes
Remarks
The implemented CallRedirectionService
calls this method to response a request received via #onPlaceCall(Uri, PhoneAccountHandle, boolean)
to inform Telecom that no changes are required to the outgoing call, and that the call should be placed as-is.
This can only be called from implemented #onPlaceCall(Uri, PhoneAccountHandle, boolean)
. The response corresponds to the latest request via #onPlaceCall(Uri, PhoneAccountHandle, boolean)
.
Java documentation for android.telecom.CallRedirectionService.placeCallUnmodified()
.
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.