didResignActive(with:)
Invoked after the message resigns its active status.
Declaration
func didResignActive(with conversation: MSConversation)Parameters
- conversation:
The conversation that the user is currently viewing in the Messages app.
Discussion
Override this method to perform any cleanup activities after the Messages extension has been dismissed. Avoid doing any time-consuming tasks in your implementation.