onConversationUpdated

abstract fun onConversationUpdated(conversation: Conversation, reason: Conversation.UpdateReason)

Called when the conversation is updated. Conversation synchronization updates are delivered via different callback.

Parameters

conversation

The conversation that updated.

reason

Which information in the conversation has updated.