Call.Callback.OnRttRequest(Call, Int32) 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.
Invoked when the remote end of the connection has requested that an RTT communication channel be opened.
[Android.Runtime.Register("onRttRequest", "(Landroid/telecom/Call;I)V", "GetOnRttRequest_Landroid_telecom_Call_IHandler", ApiSince=26)]
public virtual void OnRttRequest (Android.Telecom.Call call, int id);
[<Android.Runtime.Register("onRttRequest", "(Landroid/telecom/Call;I)V", "GetOnRttRequest_Landroid_telecom_Call_IHandler", ApiSince=26)>]
abstract member OnRttRequest : Android.Telecom.Call * int -> unit
override this.OnRttRequest : Android.Telecom.Call * int -> unit
Parameters
- call
- Call
The call which the RTT request was placed on
- id
- Int32
The ID of the request.
- Attributes
Remarks
Invoked when the remote end of the connection has requested that an RTT communication channel be opened. A response to this should be sent via #respondToRttRequest
with the same ID that this method is invoked with.
Java documentation for android.telecom.Call.Callback.onRttRequest(android.telecom.Call, int)
.
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.