KustomerCore.sendTypingActivity()

Send customer typing activity to Kustomer

👍

First, initialize chat

You must initialize with KustomerCore.init() before you can execute any additional Core SDK methods

Examples

// Send typing activity
KustomerCore.sendTypingActivity({
  conversationId: 'SOME_ID',
  typing: true,
});

Syntax

KustomerCore.sendTypingActivity(options)
ParameterTypeDescription
optionsObjectOptional

An options object allowing you to modify this method call. All possible options are listed below.

options

PropertyTypeDescription
conversationIdStringRequired

The conversation unique ID.
typingBooleanRequired

Whether or not the customer is typing