//core/com.kustomer.core.listeners/KusChatListener/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
androidJvm
| conversation | Updated conversation object containing the KusConversation.id |
| KusConversation |