For the complete documentation index, see llms.txt. This page is also available as Markdown.

ContentDidDismiss()

Method in IAsyncTypewriter

Summary

Called after the content has been visibly hidden.

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() . It is the responsibility of the DialoguePresenterBase to only call this after hiding anything that might look weird if state is reset.

Last updated

Was this helpful?