//core/com.kustomer.core.providers/KusChatProvider/endConversation
[androidJvm]
abstract suspend fun endConversation(conversationId: String): KusResult<KusConversation>
Ends the conversation for the given id
Note: This is a suspend function and should be called from Kotlin Coroutines
Updated KusConversation object with the KusConversation.lockReason
androidJvm
conversationId | to be ended |