Package com.naver.ads.video.vast.raw
Interface IconClicks
-
- All Implemented Interfaces:
public interface IconClicksRepresents a parsed
<IconClicks>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetIconClickThrough()the value used to provider a uri to the industry program page that the media player opens when the icon is clicked. abstract List<String>getIconClickTrackings()the value used to track click activity within the icon. -
-
Method Detail
-
getIconClickThrough
abstract String getIconClickThrough()
the value used to provider a uri to the industry program page that the media player opens when the icon is clicked.
-
getIconClickTrackings
abstract List<String> getIconClickTrackings()
the value used to track click activity within the icon.
-
-
-
-