customer-android-kotlin

//core/com.kustomer.core.listeners/KusChatListener/onConversationCreated

onConversationCreated

[androidJvm]
abstract fun onConversationCreated(conversation: KusConversation)

Called when a conversation is created. This can be used to then describe custom attributes for a conversation using the KusConversation.id

See also

androidJvm

   
com.kustomer.core.models.chat.KusConversation  

Parameters

androidJvm

   
conversation Updated conversation object containing the KusConversation.id