Share via


Connection.OnStopRtt Method

Definition

Notifies this Connection that it should terminate any existing RTT communication channel.

[Android.Runtime.Register("onStopRtt", "()V", "GetOnStopRttHandler", ApiSince=28)]
public virtual void OnStopRtt ();
[<Android.Runtime.Register("onStopRtt", "()V", "GetOnStopRttHandler", ApiSince=28)>]
abstract member OnStopRtt : unit -> unit
override this.OnStopRtt : unit -> unit
Attributes

Remarks

Notifies this Connection that it should terminate any existing RTT communication channel. No response to Telecom is needed for this method.

Java documentation for android.telecom.Connection.onStopRtt().

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