| java.lang.Object | ||
| ↳ | com.glia.androidsdk.chat.ChatMessage | |
| ↳ | com.glia.androidsdk.chat.VisitorMessage | |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getContent()
Content of the message
| ||||||||||
| String |
getId()
Identifier of the message.
| ||||||||||
| Chat.Participant |
getSender()
Sender type, see
Chat.Participant for possible options
| ||||||||||
| long |
getTimestamp()
Timestamp of when message was received by server in milliseconds
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.glia.androidsdk.chat.ChatMessage
| |||||||||||
From class
java.lang.Object
| |||||||||||
Content of the message
Identifier of the message. This identifier can be used to track a single message's status updates through time and to avoid re-rendering the entire list of messages when the status of only a single message has changed.
Sender type, see Chat.Participant for possible options
VISITOR
Timestamp of when message was received by server in milliseconds