Call.Callback.OnRttRequest(Call, Int32) 方法

定义

当连接的远程端请求打开 RTT 信道时调用。

[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

参数

call
Call

发出 RTT 请求的调用

id
Int32

请求的 ID。

属性

注解

当连接的远程端请求打开 RTT 信道时调用。 应使用 #respondToRttRequest 此方法调用的相同 ID 发送对此的响应。

适用于 . 的 android.telecom.Call.Callback.onRttRequest(android.telecom.Call, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于