Newer Version Available
chasitor.getCustomEvents()
Retrieves a list of custom events that have been received in this chat window during
this chat session. Available in API version 29.0 or
later.
Syntax
Sample Code–Visualforce
Response
This method is asynchronous so it returns its response in an object in a callback method. The response object contains the following methods and properties:
| Name | Type | Description |
|---|---|---|
| events | Array of event objects | An array of event
objects. Each object represents a custom event that has occurred in
this chat. Data on each message object can be accessed by the
following methods:
|
| getType | method | Accesses the type of the custom event that was sent to this chat window. Returns the type argument of the sforce.console.chat.sendCustomEvent() method used to send this event. |
| getData | method | Accesses the data of the custom event that was sent to this chat window. Returns the data argument of the sforce.console.chat.sendCustomEvent() method used to send this event. |
| getSource | method | Accesses the source of the custom event that was sent to this chat window—for example, agent or chat visitor. |
| getDate | method | Accesses the date of the custom event that was sent to this chat window. Returns the date and time the event was received. |