conversationManager(_:conversationChanged:)
Tells the delegate that a conversation changed.
Declaration
func conversationManager(_ manager: ConversationManager, conversationChanged conversation: Conversation)Parameters
- manager:
A conversation manager informing the delegate that a conversation changed.
- conversation:
The conversation that changed.