Class HTMLResource

  • All Implemented Interfaces:
    Resource

    public class HTMLResource
    extends java.lang.Object
    implements Resource
    A resource containing HTML code, used by PulseCompanionAd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHTML()
      The HTML code to render when the companion is displayed.
      • Methods inherited from class java.lang.Object

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

      • getHTML

        public java.lang.String getHTML()
        The HTML code to render when the companion is displayed.
        Returns:
        The HTML code.