Package com.naver.ads.video.vast.raw
Interface ViewableImpression
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface ViewableImpression implements Parcelable
Represents a parsed
<ViewableImpression>element.
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getViewable()the list of uri that the player triggers if and when the ad meets criteria for a viewable video ad impression. abstract List<String>getNotViewable()the list of uri that the player triggers if the ad is executed but never meets criteria for a viewable video ad impression. abstract List<String>getViewUndetermined()the list of uri that the player triggers if it cannot determine whether the ad has met criteria for a viewable video ad impression. -
-
Method Detail
-
getViewable
abstract List<String> getViewable()
the list of uri that the player triggers if and when the ad meets criteria for a viewable video ad impression.
-
getNotViewable
abstract List<String> getNotViewable()
the list of uri that the player triggers if the ad is executed but never meets criteria for a viewable video ad impression.
-
getViewUndetermined
abstract List<String> getViewUndetermined()
the list of uri that the player triggers if it cannot determine whether the ad has met criteria for a viewable video ad impression.
-
-
-
-