Package com.naver.ads.video.vast.raw
Interface CompanionAd
-
- All Implemented Interfaces:
public interface CompanionAdRepresents a parsed
<Companion>element.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetWidth()the pixel width of the placement slot for which the creative is intended. abstract IntegergetHeight()the pixel height of the placement slot for which the creative is intended. abstract StringgetId()the optional identifier for the creative. abstract IntegergetAssetWidth()the pixel width of the creative. abstract IntegergetAssetHeight()the pixel height of the creative. abstract IntegergetExpandedWidth()the maximum pixel width of the creative in its expanded state. abstract IntegergetExpandedHeight()the maximum pixel height of the creative in its expanded state. abstract StringgetAdSlotId()abstract ResolvedCompanion.RenderingModegetRenderingMode()abstract List<StaticResource>getStaticResources()abstract List<String>getIFrameResources()abstract List<String>getHtmlResources()abstract AdParametersgetAdParameters()abstract StringgetAltText()abstract List<String>getCompanionClickTrackings()abstract StringgetCompanionClickThrough()abstract List<Tracking>getTrackingEvents()-
-
Method Detail
-
getWidth
abstract Integer getWidth()
the pixel width of the placement slot for which the creative is intended.
-
getHeight
abstract Integer getHeight()
the pixel height of the placement slot for which the creative is intended.
-
getAssetWidth
abstract Integer getAssetWidth()
the pixel width of the creative.
-
getAssetHeight
abstract Integer getAssetHeight()
the pixel height of the creative.
-
getExpandedWidth
abstract Integer getExpandedWidth()
the maximum pixel width of the creative in its expanded state.
-
getExpandedHeight
abstract Integer getExpandedHeight()
the maximum pixel height of the creative in its expanded state.
-
getAdSlotId
abstract String getAdSlotId()
-
getRenderingMode
abstract ResolvedCompanion.RenderingMode getRenderingMode()
-
getStaticResources
abstract List<StaticResource> getStaticResources()
-
getIFrameResources
abstract List<String> getIFrameResources()
-
getHtmlResources
abstract List<String> getHtmlResources()
-
getAdParameters
abstract AdParameters getAdParameters()
-
getAltText
abstract String getAltText()
-
getCompanionClickTrackings
abstract List<String> getCompanionClickTrackings()
-
getCompanionClickThrough
abstract String getCompanionClickThrough()
-
getTrackingEvents
abstract List<Tracking> getTrackingEvents()
-
-
-
-