Class AdBreak.Builder

java.lang.Object
com.jwplayer.pub.api.media.ads.AdBreak.Builder
Enclosing class:
AdBreak

public static class AdBreak.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • tag

      public AdBreak.Builder tag(String... tags)
      Parameters:
      tags - The ad tags that are called during the configured ad break.
    • tag

      public AdBreak.Builder tag(List<String> tag)
      Parameters:
      tag - The ad tags that are called during the configured ad break.
    • offset

      public AdBreak.Builder offset(String offset)
      Parameters:
      offset - When to play the configured ad tag. "pre": Ad plays as a preroll "post": Ad plays as a postroll "xx%": Ad plays after xx% of the content number: Ad plays after the specified number of seconds
    • skipOffset

      public AdBreak.Builder skipOffset(Integer skipOffset)
    • adType

      public AdBreak.Builder adType(AdType adType)
      Parameters:
      adType - This should be set to NONLINEAR if you want to force the player to render a nonlinear ad in the ad response.
    • customParams

      public AdBreak.Builder customParams(Map<String,String> custParams)
      Parameters:
      custParams - Allows for passing custom parameters to an ad break, which then pass through to the URL requested from the ad server.
    • build

      public AdBreak build()