Class Companion
-
- All Implemented Interfaces:
public class Companion
-
-
Field Summary
Fields Modifier and Type Field Description public Stringwidthpublic Stringheightpublic Stringidpublic StringassetWidthpublic StringassetHeightpublic StringexpandedWidthpublic StringexpandedHeightpublic StringapiFrameworkpublic StringadSlotIdpublic Stringpxratiopublic StringrenderingModepublic List<StaticResource>staticResourcespublic List<HTMLResource>htmlResourcespublic AdParametersadParameterspublic AltTextaltTextpublic CompanionClickThroughcompanionClickThroughpublic List<CompanionClickTracking>companionClickTrackingListpublic TrackingEventstrackingEvents
-
Constructor Summary
Constructors Constructor Description Companion()
-
Method Summary
Modifier and Type Method Description StringgetWidth()StringgetHeight()StringgetId()StringgetAssetWidth()StringgetAssetHeight()StringgetExpandedWidth()StringgetExpandedHeight()StringgetApiFramework()StringgetAdSlotId()StringgetPxratio()StringgetRenderingMode()List<StaticResource>getStaticResources()List<HTMLResource>getHtmlResources()AdParametersgetAdParameters()AltTextgetAltText()CompanionClickThroughgetCompanionClickThrough()List<CompanionClickTracking>getCompanionClickTrackingList()TrackingEventsgetTrackingEvents()List<IFrameResource>getiFrameResources()-
-
Method Detail
-
getAssetWidth
String getAssetWidth()
-
getAssetHeight
String getAssetHeight()
-
getExpandedWidth
String getExpandedWidth()
-
getExpandedHeight
String getExpandedHeight()
-
getApiFramework
String getApiFramework()
-
getAdSlotId
String getAdSlotId()
-
getPxratio
String getPxratio()
-
getRenderingMode
String getRenderingMode()
-
getStaticResources
List<StaticResource> getStaticResources()
-
getHtmlResources
List<HTMLResource> getHtmlResources()
-
getAdParameters
AdParameters getAdParameters()
-
getAltText
AltText getAltText()
-
getCompanionClickThrough
CompanionClickThrough getCompanionClickThrough()
-
getCompanionClickTrackingList
List<CompanionClickTracking> getCompanionClickTrackingList()
-
getTrackingEvents
TrackingEvents getTrackingEvents()
-
getiFrameResources
List<IFrameResource> getiFrameResources()
-
-
-
-