Connection.OnStartRtt(Connection+RttTextStream) 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.
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.