customer-android-kotlin

//core/com.kustomer.core.listeners/KusChatListener/onConversationMerged

onConversationMerged

[androidJvm]
abstract fun onConversationMerged(source: KusConversation, target: KusConversation)

Called when Agent merges 2 conversations of the same user from the Agent UI Source conversation should not be used to send messages to anymore. All the messages from source conversation will automatically be merged with the target conversation on the Backend.