Call.RespondToRttRequest(Int32, Boolean) 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.
Responds to an RTT request received via the Callback#onRttRequest(Call, int)
)}
callback.
[Android.Runtime.Register("respondToRttRequest", "(IZ)V", "", ApiSince=26)]
public void RespondToRttRequest (int id, bool accept);
[<Android.Runtime.Register("respondToRttRequest", "(IZ)V", "", ApiSince=26)>]
member this.RespondToRttRequest : int * bool -> unit
Parameters
- id
- Int32
The request ID received via Callback#onRttRequest(Call, int)
- accept
- Boolean
true
if the RTT request should be accepted, false
otherwise.
- Attributes
Remarks
Responds to an RTT request received via the Callback#onRttRequest(Call, int)
)} callback. The ID used here should be the same as the ID that was received via the callback.
Java documentation for android.telecom.Call.respondToRttRequest(int, boolean)
.
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.