Class AdViewableImpressionEvent
- java.lang.Object
-
- com.longtailvideo.jwplayer.events.AdViewableImpressionEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AdViewableImpressionEvent.AdSchedule
-
Constructor Summary
Constructors Constructor Description AdViewableImpressionEvent(int skipOffset, org.json.JSONObject adscheduleJson, java.lang.String id, java.lang.String tag, AdSource client, AdPosition position, java.lang.String offset, int wItem, int wCount, java.lang.String adBreakId, java.lang.String adPlayId, int viewable, java.lang.String creativeType, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAdBreakId()
java.lang.String
getAdPlayId()
AdViewableImpressionEvent.AdSchedule
getAdSchedule()
AdSource
getClient()
java.lang.String
getCreativeType()
java.lang.String
getId()
java.lang.String
getOffset()
AdPosition
getPosition()
int
getSkipOffset()
java.lang.String
getTag()
java.lang.String
getType()
int
getViewable()
int
getWCount()
int
getWItem()
-
-
-
Constructor Detail
-
AdViewableImpressionEvent
public AdViewableImpressionEvent(int skipOffset, org.json.JSONObject adscheduleJson, java.lang.String id, java.lang.String tag, AdSource client, AdPosition position, java.lang.String offset, int wItem, int wCount, java.lang.String adBreakId, java.lang.String adPlayId, int viewable, java.lang.String creativeType, java.lang.String type)
-
-
Method Detail
-
getSkipOffset
public int getSkipOffset()
-
getAdSchedule
public AdViewableImpressionEvent.AdSchedule getAdSchedule()
-
getId
public java.lang.String getId()
-
getTag
public java.lang.String getTag()
-
getClient
public AdSource getClient()
-
getPosition
public AdPosition getPosition()
-
getOffset
public java.lang.String getOffset()
-
getWItem
public int getWItem()
-
getWCount
public int getWCount()
-
getAdBreakId
public java.lang.String getAdBreakId()
-
getAdPlayId
public java.lang.String getAdPlayId()
-
getViewable
public int getViewable()
-
getCreativeType
public java.lang.String getCreativeType()
-
getType
public java.lang.String getType()
-
-