-
public class Companion extends VASTParserBase
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringwidthprivate Stringheightprivate StringassetWidthprivate StringassetHeightprivate StringexpandedWidthprivate StringexpandedHeightprivate StringapiFrameworkprivate StringadSlotIDprivate StaticResourcestaticResourceprivate IFrameResourceiFrameResourceprivate AdParametersadParametersprivate AltTextaltTextprivate CompanionClickThroughcompanionClickThroughprivate CompanionClickTrackingcompanionClickTrackingprivate ArrayList<Tracking>trackingEvents
-
Constructor Summary
Constructors Constructor Description Companion(XmlPullParser p)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetWidth()StringgetHeight()StringgetAssetWidth()StringgetAssetHeight()StringgetExpandedWidth()StringgetExpandedHeight()StringgetApiFramework()StringgetAdSlotID()StaticResourcegetStaticResource()IFrameResourcegetIFrameResource()AdParametersgetAdParameters()AltTextgetAltText()CompanionClickThroughgetCompanionClickThrough()CompanionClickTrackinggetCompanionClickTracking()ArrayList<Tracking>getTrackingEvents()HTMLResourcegetHtmlResource()-
-
Constructor Detail
-
Companion
Companion(XmlPullParser p)
-
-
Method Detail
-
getAssetWidth
String getAssetWidth()
-
getAssetHeight
String getAssetHeight()
-
getExpandedWidth
String getExpandedWidth()
-
getExpandedHeight
String getExpandedHeight()
-
getApiFramework
String getApiFramework()
-
getAdSlotID
String getAdSlotID()
-
getStaticResource
StaticResource getStaticResource()
-
getIFrameResource
IFrameResource getIFrameResource()
-
getAdParameters
AdParameters getAdParameters()
-
getAltText
AltText getAltText()
-
getCompanionClickThrough
CompanionClickThrough getCompanionClickThrough()
-
getCompanionClickTracking
CompanionClickTracking getCompanionClickTracking()
-
getTrackingEvents
ArrayList<Tracking> getTrackingEvents()
-
getHtmlResource
HTMLResource getHtmlResource()
-
-
-
-