public class POBLinear extends POBVastCreative
POBVastCreative.CreativeType, POBVastCreative.POBEventTypesmClickThroughURL, mClickTrackers| Constructor and Description |
|---|
POBLinear() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(POBNodeBuilder builder)
POBXMLParser calls this method to build model class object with node builder
|
POBVastCreative.CreativeType |
getCreativeType()
Getter method, provides type of creative which is implemented at child classes
specific event type classes
|
java.lang.String |
getCustomClick()
A URI for tracking custom interactions.
|
double |
getDuration()
Element to denote the intended playback duration for the video or audio component of the ad.
|
java.util.List<POBIcon> |
getIconList()
List of Icon objects.
|
java.util.List<POBMediaFile> |
getMediaFiles()
List of MediaFile objects.
|
double |
getSkipOffset()
Time value that identifies when skip controls are made available to the end user.
|
java.util.List<POBTracking> |
getTrackingEvents()
List of event tracker URL's
|
java.lang.String |
getUniversalAdId()
A unique creative identifier
|
getClickThroughURL, getClickTrackers, getTrackingEvents, getTrackingEventUrlspublic void build(POBNodeBuilder builder)
POBXMLNodeListenerpublic java.lang.String getUniversalAdId()
public double getDuration()
Time value may be in the format HH:MM:SS.mmm where .mmm indicates milliseconds.
public java.util.List<POBTracking> getTrackingEvents()
POBVastCreativepublic POBVastCreative.CreativeType getCreativeType()
POBVastCreativegetCreativeType in class POBVastCreativepublic java.lang.String getCustomClick()
It is used to track any interactions with the linear ad that do not include the clickthrough click and do not take the viewer away from the media player.
public java.util.List<POBMediaFile> getMediaFiles()
public java.util.List<POBIcon> getIconList()
public double getSkipOffset()