-
public class VideoClicks extends VASTParserBase
-
-
Field Summary
Fields Modifier and Type Field Description private ClickThroughclickThroughprivate ArrayList<ClickTracking>clickTrackingsprivate ArrayList<CustomClick>customClicks
-
Constructor Summary
Constructors Constructor Description VideoClicks(XmlPullParser p)
-
Method Summary
Modifier and Type Method Description ClickThroughgetClickThrough()ArrayList<ClickTracking>getClickTrackings()ArrayList<CustomClick>getCustomClicks()-
-
Constructor Detail
-
VideoClicks
VideoClicks(XmlPullParser p)
-
-
Method Detail
-
getClickThrough
ClickThrough getClickThrough()
-
getClickTrackings
ArrayList<ClickTracking> getClickTrackings()
-
getCustomClicks
ArrayList<CustomClick> getCustomClicks()
-
-
-
-