public static final class

Chat.Events

extends Object
java.lang.Object
   ↳ com.glia.androidsdk.chat.Chat.Events

Class Overview

Defines Chat event types.

Summary

Fields
public static final MessageEvent MESSAGE
Triggered when an Operator or Visitor sends a message.
public static final OperatorTypingStatusEvent OPERATOR_TYPING_STATUS
Triggered with an OperatorTypingStatus instance when the Operator starts or stops writing a chat message.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final MessageEvent MESSAGE


Triggered when an Operator or Visitor sends a message.
The event listener is called with an ChatMessage instance.

public static final OperatorTypingStatusEvent OPERATOR_TYPING_STATUS


Triggered with an OperatorTypingStatus instance when the Operator starts or stops writing a chat message. Also triggered for every listener immediately when the listener is added.
See the documentation for OperatorTypingStatus for instructions on using it.