Class Companion
- java.lang.Object
-
- org.prebid.mobile.rendering.video.vast.VASTParserBase
-
- org.prebid.mobile.rendering.video.vast.Companion
-
public class Companion extends VASTParserBase
-
-
Constructor Summary
Constructors Constructor Description Companion(org.xmlpull.v1.XmlPullParser p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdParametersgetAdParameters()java.lang.StringgetAdSlotID()AltTextgetAltText()java.lang.StringgetApiFramework()java.lang.StringgetAssetHeight()java.lang.StringgetAssetWidth()CompanionClickThroughgetCompanionClickThrough()CompanionClickTrackinggetCompanionClickTracking()java.lang.StringgetExpandedHeight()java.lang.StringgetExpandedWidth()java.lang.StringgetHeight()HTMLResourcegetHtmlResource()java.lang.StringgetId()IFrameResourcegetIFrameResource()StaticResourcegetStaticResource()java.util.ArrayList<Tracking>getTrackingEvents()java.lang.StringgetWidth()-
Methods inherited from class org.prebid.mobile.rendering.video.vast.VASTParserBase
readText, skip
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getWidth
public java.lang.String getWidth()
-
getHeight
public java.lang.String getHeight()
-
getAssetWidth
public java.lang.String getAssetWidth()
-
getAssetHeight
public java.lang.String getAssetHeight()
-
getExpandedWidth
public java.lang.String getExpandedWidth()
-
getExpandedHeight
public java.lang.String getExpandedHeight()
-
getApiFramework
public java.lang.String getApiFramework()
-
getAdSlotID
public java.lang.String getAdSlotID()
-
getStaticResource
public StaticResource getStaticResource()
-
getIFrameResource
public IFrameResource getIFrameResource()
-
getHtmlResource
public HTMLResource getHtmlResource()
-
getAdParameters
public AdParameters getAdParameters()
-
getAltText
public AltText getAltText()
-
getCompanionClickThrough
public CompanionClickThrough getCompanionClickThrough()
-
getCompanionClickTracking
public CompanionClickTracking getCompanionClickTracking()
-
getTrackingEvents
public java.util.ArrayList<Tracking> getTrackingEvents()
-
-