Interface TextChatMessage


  • public interface TextChatMessage
    A TextChatMessage object provides information about a text message in a chat.
    Since:
    12.1
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHtml()
      Returns the content of this text chat message in html representation.
    • Method Detail

      • getHtml

        java.lang.String getHtml()
        Returns the content of this text chat message in html representation. The html code can contain the following tags and attributes: br, p, strong, b, u, i, em, span[id|style|class], a[title|href|target|class], img[src|alt|style]
        Returns:
        the content of this text chat message in html representation
        Since:
        12.1