Share via


Connection.OnStartRtt(Connection+RttTextStream) Method

Definition

Notifies this Connection that the user has requested an RTT session.

[Android.Runtime.Register("onStartRtt", "(Landroid/telecom/Connection$RttTextStream;)V", "GetOnStartRtt_Landroid_telecom_Connection_RttTextStream_Handler", ApiSince=28)]
public virtual void OnStartRtt (Android.Telecom.Connection.RttTextStream rttTextStream);
[<Android.Runtime.Register("onStartRtt", "(Landroid/telecom/Connection$RttTextStream;)V", "GetOnStartRtt_Landroid_telecom_Connection_RttTextStream_Handler", ApiSince=28)>]
abstract member OnStartRtt : Android.Telecom.Connection.RttTextStream -> unit
override this.OnStartRtt : 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.onStartRtt(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