customer-android-kotlin

//core/com.kustomer.core.listeners/KusChatListener/onConversationEnded

onConversationEnded

[androidJvm]
abstract fun onConversationEnded(conversation: KusConversation)

Called when a conversation is ended. Check the KusConversation.lockReason to see the lock reason

Parameters

androidJvm

   
conversation Updated conversation object containing the KusConversation.lockReason

See also

 
KusConversation