customer-android-kotlin

//core/com.kustomer.core.listeners/KusChatListener/onAgentIsTyping

onAgentIsTyping

[androidJvm]
abstract fun onAgentIsTyping(conversationId: String, typingIndicator: KusTypingIndicator)

Called when the agent has begun typing and when they have stopped typing.

See also

androidJvm

   
com.kustomer.core.models.chat.KusTypingIndicator  

Parameters

androidJvm

   
conversationId The ID of the conversation for which the typing event is received
typingIndicator KusTypingIndicator object containing the information of the agent optional KusUser object and the typing status