customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/endConversation

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

Return

Updated KusConversation object with the KusConversation.lockReason

Parameters

androidJvm

   
conversationId to be ended