Interface ResolvedNonLinear

    • 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 Integer getWidth() the pixel width of the placement slot for which the creative is intended.
      abstract Integer getHeight() the pixel height of the placement slot for which the creative is intended.
      abstract Integer getExpandedWidth() the maximum pixel width of the creative in its expanded state.
      abstract Integer getExpandedHeight() the maximum pixel height of the creative in its expanded state.
      abstract Boolean getScalable() identifies whether the creative can scale to new dimensions relative to the video player when the video player is resized.
      abstract Boolean getMaintainAspectRatio() identifies whether the aspect ratio of the creative should be maintained when it is scaled to new dimensions as the video player is resized.
      abstract Long getMinSuggestedDuration() the minimum suggested duration that the creative should be displayed.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getWidth

         abstract Integer getWidth()

        the pixel width of the placement slot for which the creative is intended.

      • getHeight

         abstract Integer getHeight()

        the pixel height of the placement slot for which the creative is intended.

      • getExpandedWidth

         abstract Integer getExpandedWidth()

        the maximum pixel width of the creative in its expanded state.

      • getExpandedHeight

         abstract Integer getExpandedHeight()

        the maximum pixel height of the creative in its expanded state.

      • getScalable

         abstract Boolean getScalable()

        identifies whether the creative can scale to new dimensions relative to the video player when the video player is resized.

      • getMaintainAspectRatio

         abstract Boolean getMaintainAspectRatio()

        identifies whether the aspect ratio of the creative should be maintained when it is scaled to new dimensions as the video player is resized.

      • getMinSuggestedDuration

         abstract Long getMinSuggestedDuration()

        the minimum suggested duration that the creative should be displayed.