Interface ResolvedIcon

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getProgram() the program represented in the icon (e.g.
      abstract Integer getWidth() the pixel width of the icon asset.
      abstract Integer getHeight() the pixel height of the icon asset.
      abstract String getXPosition() the x-coordinate of the top, left corner of the icon asset relative to the ad display area.
      abstract String getYPosition() the y-coordinate of the top left corner of the icon asset relative to the ad display area.
      abstract Long getDuration() the duration the icon should be displayed unless clicked or ad is finished playing.
      abstract Long getOffset() the time of delay from when the associated linear creative begins playing to when the icon should be displayed.
      abstract String getApiFramework() identifies the API needed to execute the icon resource file if applicable.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getProgram

         abstract String getProgram()

        the program represented in the icon (e.g. AdChoices).

      • getXPosition

         abstract String getXPosition()

        the x-coordinate of the top, left corner of the icon asset relative to the ad display area. Values of left or right also accepted and indicate the leftmost or rightmost available position for the icon asset.

      • getYPosition

         abstract String getYPosition()

        the y-coordinate of the top left corner of the icon asset relative to the ad display area. values of top or bottom also accepted and indicate the topmost or bottommost available position for the icon asset.

      • getDuration

         abstract Long getDuration()

        the duration the icon should be displayed unless clicked or ad is finished playing.

      • getOffset

         abstract Long getOffset()

        the time of delay from when the associated linear creative begins playing to when the icon should be displayed.

      • getApiFramework

         abstract String getApiFramework()

        identifies the API needed to execute the icon resource file if applicable.