---
title: "TextContextMenuSession"
description: "A session for an open text context menu that can be used to close the context menu."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface TextContextMenuSession
```


A session for an open text context menu that can be used to close the context menu.


## Functions

```kotlin
fun close()
```


Closes the text context menu.



