Package com.naver.ads.video.vast.raw
Interface InteractiveCreativeFile
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface InteractiveCreativeFile implements Parcelable
Represents a parsed
<InteractiveCreativeFile>element.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetType()identifies the MIME type of the file provided. abstract StringgetApiFramework()identifies the API needed to execute the resource file if applicable. abstract BooleangetVariableDuration()identifies whether the ad always drops when the duration is reached, or if it can potentially extend the duration by pausing the underlying video or delaying the adStopped call after adVideoComplete. abstract StringgetUri()the uri to a file providing creative functions for the media file. -
-
Method Detail
-
getApiFramework
abstract String getApiFramework()
identifies the API needed to execute the resource file if applicable.
-
getVariableDuration
abstract Boolean getVariableDuration()
identifies whether the ad always drops when the duration is reached, or if it can potentially extend the duration by pausing the underlying video or delaying the adStopped call after adVideoComplete.
-
-
-
-