Package 

Class VisitorMessage

    • Method Summary

      Modifier and Type Method Description
      long getTimestamp() Timestamp of when message was received by server in milliseconds
      String getId() Identifier of the message.
      String getContent() Content of the message
      Chat.Participant getSender()
      • Methods inherited from class com.glia.androidsdk.chat.ChatMessage

        getAttachment
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTimestamp

         long getTimestamp()

        Timestamp of when message was received by server in milliseconds

      • getId

         String getId()

        Identifier of the message. This identifier can be used to track a single message's statusupdates through time and to avoid re-rendering the entire list of messages when the status of only a single message has changed.