Class AdViewableImpressionEvent

java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdViewableImpressionEvent

public class AdViewableImpressionEvent extends Event
Payload that accompanies the onAdViewableImpression() event.
  • Field Details

  • Constructor Details

    • AdViewableImpressionEvent

      public AdViewableImpressionEvent(JWPlayer player, int skipOffset, JSONObject adscheduleJson, String id, String tag, AdClient client, AdPosition position, String offset, int wItem, int wCount, String adBreakId, String adPlayId, int viewable, String creativeType, String type, AdScheduleFromEventJsonHelper adScheduleFromEventJsonHelper)
  • Method Details

    • getSkipOffset

      public int getSkipOffset()
    • getAdSchedule

      public AdViewableImpressionEvent.AdSchedule getAdSchedule()
    • getId

      public String getId()
    • getTag

      public String getTag()
    • getClient

      public AdClient getClient()
    • getPosition

      public AdPosition getPosition()
    • getOffset

      public String getOffset()
    • getWItem

      public int getWItem()
    • getWCount

      public int getWCount()
    • getAdBreakId

      public String getAdBreakId()
    • getAdPlayId

      public String getAdPlayId()
    • getViewable

      public int getViewable()
    • getCreativeType

      public String getCreativeType()
    • getViewableType

      public String getViewableType()