public class ChatEvent extends RowItem<ChatEvent>
LivechatChatLogPath
.
It is used to get updates of triggers and timeouts ChatEvent
in the chat item list UI.
You can subscribe to chat item broadcast via DataSource.addChatLogObserver(ChatLogObserver)
using ChatItemsObserver
RowItem.Type
Constructor and Description |
---|
ChatEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMessage() |
int |
hashCode() |
void |
setMessage(java.lang.String message) |
java.lang.String |
toString() |
void |
update(ChatEvent item)
Updates this item with item passed as parameter.
|
compareTo, getDisplayName, getId, getParticipantId, getTimestamp, getType, setDisplayName, setId, setParticipantId, setTimestamp, setType
public void update(@NonNull ChatEvent item)
RowItem
This will update this instance with the parameter passed as value.
@NonNull public java.lang.String getMessage()
public void setMessage(@NonNull java.lang.String message)