KustomerCore.markRead()
Mark a conversation as read
First, initialize chat
You must initialize with
KustomerCore.init()
before you can execute any additional Core SDK methods
Examples
// mark a conversation as "read"
KustomerCore.markRead({
conversationId: 'SOME_ID'
});
Syntax
KustomerCore.markRead(options)
Parameter | Type | Description |
---|---|---|
options | Object | Optional An object containing the property |
Updated over 1 year ago
Did this page help you?