> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.iasynctypewriter/yarn.unity.iasynctypewriter.contentdiddismiss.md).

# ContentDidDismiss()

Method in [IAsyncTypewriter](/api/csharp/yarn.unity/yarn.unity.iasynctypewriter.md)

## Summary

Called after the content has been visibly hidden.

```csharp
public void ContentDidDismiss();
```

## Remarks

This is the typewriters last chance to do any cleanup that they may need to do before more content or full destruction occurs, will always be called after [ContentWillDismiss()](/api/csharp/yarn.unity/yarn.unity.iasynctypewriter/yarn.unity.iasynctypewriter.contentwilldismiss.md) . It is the responsibility of the [DialoguePresenterBase](/api/csharp/yarn.unity/yarn.unity.dialoguepresenterbase.md) to only call this after hiding anything that might look weird if state is reset.
