Class RealTimeTextInfo


  • public final class RealTimeTextInfo
    extends Object
    Represents a real-time text message entry.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
      Date getReceivedTime()
      Gets the local timestamp when the real-time text message was received.
      RealTimeTextResultType getResultType()
      Gets the result type indicating whether the message is partial or final.
      CallerInfo getSender()
      Gets information about the sender of the real-time text message.
      int getSequenceId()
      Gets the sequence identifier of the real-time text message.
      String getText()
      Gets the text content of the real-time text message.
      Date getUpdatedTime()
      Gets the local timestamp when the real-time text message was last updated.
      boolean isLocal()
      Determines if the real-time text message is locally produced (I.e.
      • Methods inherited from class Object

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

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getSender

        public CallerInfo getSender()
        Gets information about the sender of the real-time text message.
      • getSequenceId

        public int getSequenceId()
        Gets the sequence identifier of the real-time text message.
      • getText

        public String getText()
        Gets the text content of the real-time text message.
      • getResultType

        public RealTimeTextResultType getResultType()
        Gets the result type indicating whether the message is partial or final. Final messages are no longer editable.
      • getReceivedTime

        public Date getReceivedTime()
        Gets the local timestamp when the real-time text message was received.
      • getUpdatedTime

        public Date getUpdatedTime()
        Gets the local timestamp when the real-time text message was last updated.
      • isLocal

        public boolean isLocal()
        Determines if the real-time text message is locally produced (I.e. from the user)