Class ChatEvent
- java.lang.Object
-
- com.zopim.android.sdk.model.items.RowItem<ChatEvent>
-
- com.zopim.android.sdk.model.items.ChatEvent
-
public class ChatEvent extends RowItem<ChatEvent>
This is a model class for chat events that will be created byLivechatChatLogPath
.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)
usingChatItemsObserver
- See Also:
- Agent Dashboard, Triggers Dashboard
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.zopim.android.sdk.model.items.RowItem
RowItem.Type
-
-
Constructor Summary
Constructors Constructor and Description ChatEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class com.zopim.android.sdk.model.items.RowItem
canBeCastTo, compareTo, getDisplayName, getId, getParticipantId, getTimestamp, getType, setDisplayName, setId, setParticipantId, setTimestamp, setType
-
-
-
-
Method Detail
-
update
public void update(ChatEvent item)
Description copied from class:RowItem
Updates this item with item passed as parameter.This will update this instance with the parameter passed as value.
-
getMessage
public java.lang.String getMessage()
-
setMessage
public void setMessage(java.lang.String message)
-
-