Class AdCreative

java.lang.Object
com.amazonaws.ivs.player.AdCreative

public final class AdCreative extends Object
Represents an ad creative within an ad break.

Beta: This API may change in future releases.

  • Method Details

    • getAdBreakId

      @NonNull public String getAdBreakId()
      Returns the unique identifier for the ad break this creative belongs to.
    • getAssetId

      @NonNull public String getAssetId()
      Returns the unique identifier for this creative.
    • getPodIndex

      public int getPodIndex()
      Returns 1-based index of this creative within the ad break.
    • getDuration

      public long getDuration()
      Returns duration of the creative in milliseconds.
    • getMetadata

      @NonNull public AdCreativeMetadata getMetadata()
      Returns the optional metadata that provides additional context about the ad creative.