Last updated
Was this helpful?
Method in IAsyncTypewriter
Called after the content has been visibly hidden.
public void ContentDidDismiss();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?
Was this helpful?
