//core/com.kustomer.core.providers/KusChatProvider/getConversation
[androidJvm]
abstract suspend fun getConversation(conversationId: String): KusResult<KusConversation>
Returns the KusConversation object for the given id Returns KusResult.Error if the conversation is not found with that id
Note: This is a suspend function and should be called from Kotlin Coroutines
latest KusConversation object
androidJvm
conversationId | to be fetched |