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
|
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
|
POBVastCreative.CreativeType |
getVastCreativeType()
Getter method, provides type of creative which is implemented at child classes
specific event type classes
|
getClickThroughURL, getClickTrackers, getTrackingEvents, getTrackingEventUrlspublic void build(@NonNull
POBNodeBuilder builder)
POBXMLNodeListenerbuilder - Instance of POBNodeBuilder, to be used for building the model class objectpublic 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 getVastCreativeType()
POBVastCreativegetVastCreativeType 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()