Package com.naver.ads.video.vast
Interface ResolvedNonLinear
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.naver.ads.video.player.ClickTrackingProvider,com.naver.ads.video.player.TrackingProvider,com.naver.ads.video.vast.ResolvedCreative,com.naver.ads.video.vast.ResourcesProvider
public interface ResolvedNonLinear implements ResolvedCreative, ClickTrackingProvider, ResourcesProvider
Represents a resolved com.naver.ads.video.vast.raw.NonLinearAd
-
-
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 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 BooleangetScalable()identifies whether the creative can scale to new dimensions relative to the video player when the video player is resized. abstract BooleangetMaintainAspectRatio()identifies whether the aspect ratio of the creative should be maintained when it is scaled to new dimensions as the video player is resized. abstract LonggetMinSuggestedDuration()the minimum suggested duration that the creative should be displayed. -
-
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.
-
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.
-
getScalable
abstract Boolean getScalable()
identifies whether the creative can scale to new dimensions relative to the video player when the video player is resized.
-
getMaintainAspectRatio
abstract Boolean getMaintainAspectRatio()
identifies whether the aspect ratio of the creative should be maintained when it is scaled to new dimensions as the video player is resized.
-
getMinSuggestedDuration
abstract Long getMinSuggestedDuration()
the minimum suggested duration that the creative should be displayed.
-
-
-
-