public abstract class AgentItem<T extends AgentItem> extends RowItem<T>
LivechatChatLogPath
.
You can subscribe to chat item broadcast via
DataSource.addChatLogObserver(ChatLogObserver)
using ChatItemsObserver
RowItem.Type
Modifier | Constructor and Description |
---|---|
protected |
AgentItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAvatarUri() |
int |
hashCode() |
void |
setAvatarUri(java.lang.String avatarUri) |
void |
update(T item)
Updates this item with item passed as parameter.
|
compareTo, getDisplayName, getId, getParticipantId, getTimestamp, getType, setDisplayName, setId, setParticipantId, setTimestamp, setType, toString
public void update(@NonNull T item)
RowItem
This will update this instance with the parameter passed as value.
@NonNull public java.lang.String getAvatarUri()
public void setAvatarUri(@NonNull java.lang.String avatarUri)
public boolean equals(java.lang.Object o)