public class

OperatorMessage

extends ChatMessage
java.lang.Object
   ↳ com.glia.androidsdk.chat.ChatMessage
     ↳ com.glia.androidsdk.chat.OperatorMessage

Class Overview

Contains Operator Chat message information

See Also

Summary

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

Public Methods

public String getContent ()

Content of the message

public String getId ()

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.

public Chat.Participant getSender ()

Sender type, see Chat.Participant for possible options

Returns

public long getTimestamp ()

Timestamp of when message was received by server in milliseconds