Connection.OnStopRtt 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 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.