Package 

Interface VerizonMediaResponseVodAd

    • 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
    • Constructor Detail

    • Method Detail

      • getDuration

         abstract double getDuration()

        The duration of the ad, in seconds.

      • getApiFramework

        @Nullable() abstract String getApiFramework()

        The textual representation of the API framework. (Nullable)

        • If the value is 'VPAID', then the ad is a VPAID ad.
        • Otherwise the ad is an Uplynk CMS asset.
      • getCreative

        @NonNull() abstract String getCreative()

        The identifier of the creative. (NonNull)

        • Either a VPAID URL, if the API framework is 'VPAID'.
        • Otherwise an asset ID from the Uplynk CMS.
      • getMimeType

        @NonNull() abstract String getMimeType()

        The textual representation of the creative's mime type. (NonNull)

        • Either 'application/javascript' if the API framework is 'VPAID'.
        • Otherwise 'uplynk/m3u8'.
      • getWidth

         abstract double getWidth()

        The width of the ad, in pixels.

        • Returns zero if the ad is not a companion-ad.
      • getHeight

         abstract double getHeight()

        The height of the ad, in pixels.

        • Returns zero if the ad is not a companion-ad.