Share via


Connection.HandleRttUpgradeResponse(Connection+RttTextStream) Method

Definition

Notifies this connection of a response to a previous remotely-initiated RTT upgrade request sent via #sendRemoteRttRequest.

[Android.Runtime.Register("handleRttUpgradeResponse", "(Landroid/telecom/Connection$RttTextStream;)V", "GetHandleRttUpgradeResponse_Landroid_telecom_Connection_RttTextStream_Handler", ApiSince=28)]
public virtual void HandleRttUpgradeResponse (Android.Telecom.Connection.RttTextStream? rttTextStream);
[<Android.Runtime.Register("handleRttUpgradeResponse", "(Landroid/telecom/Connection$RttTextStream;)V", "GetHandleRttUpgradeResponse_Landroid_telecom_Connection_RttTextStream_Handler", ApiSince=28)>]
abstract member HandleRttUpgradeResponse : Android.Telecom.Connection.RttTextStream -> unit
override this.HandleRttUpgradeResponse : Android.Telecom.Connection.RttTextStream -> unit

Parameters

rttTextStream
Connection.RttTextStream

The object that should be used to send text to or receive text from the in-call app.

Attributes

Remarks

Java documentation for android.telecom.Connection.handleRttUpgradeResponse(android.telecom.RttTextStream).

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.

Applies to