public interface LiveChatEventListener
Monitors live chat events.
| Public methods | |
|---|---|
void |
void onReceiveChatRequest(ChatRequest chatRequest)
Perform on receive chat request. |
void |
void onReceiveTransferChatRequest(ChatRequest chatRequest)
Perform on receive transfer chat request. |
void |
void onHandleOnAnotherDevice(ChatRequest chatRequest, State state)
Perform on handle on another device. |
void |
void onTimeoutAnswerChat(ChatRequest chatRequest)
Perform on timeout answer chat. |
void |
void onTimeoutInQueue(Conversation conversation)
Perform on timeout in queue. |
void |
void onConversationEnded(Conversation conversation, User endedByUser)
Perform on conversation ended. |
void onReceiveChatRequest(ChatRequest chatRequest)
Perform on receive chat request.
void onReceiveTransferChatRequest(ChatRequest chatRequest)
Perform on receive transfer chat request.
void onHandleOnAnotherDevice(ChatRequest chatRequest, State state)
Perform on handle on another device.
void onTimeoutAnswerChat(ChatRequest chatRequest)
Perform on timeout answer chat.
void onTimeoutInQueue(Conversation conversation)
Perform on timeout in queue.
void onConversationEnded(Conversation conversation, User endedByUser)
Perform on conversation ended.