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
optionsObject

Optional

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

options

PropertyTypeDescription
conversationIdString

Required

The conversation unique ID.

typingBoolean

Required

Whether or not the customer is typing