| java.lang.Object | |
| ↳ | com.glia.androidsdk.chat.ChatMessage |
Known Direct Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MessageAttachment |
getAttachment()
Message attachment.
| ||||||||||
| 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
java.lang.Object
| |||||||||||
Message attachment. If no attachment is present, then it is `null`. See MessageAttachment for more.
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.
Timestamp of when message was received by server in milliseconds