customer-android-kotlin

//core/com.kustomer.core.listeners/KusChatListener/onAgentJoined

onAgentJoined

[androidJvm]
abstract fun onAgentJoined(conversationId: String, agent: KusUser)

Called when an agent responds to a conversation for the first time

Note: This event is not called when an agent is assigned to a conversation. It will be called only when the agent responds with a message

See also

androidJvm

   
com.kustomer.core.models.chat.KusUser  

Parameters

androidJvm

   
conversationId The ID of the conversation for which the agent joint event is received
agent KusUser object containing the agent’s information