Package com.naver.ads.video.vast
Class ResolvedAdChoices
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ResolvedAdChoices implements Parcelable
Class to hold the clickThrough and clickTrackings values of the AdChoices Icon
-
-
Field Summary
Fields Modifier and Type Field Description private final StringclickThroughprivate final List<String>clickTrackings
-
Constructor Summary
Constructors Constructor Description ResolvedAdChoices(String clickThrough, List<String> clickTrackings)
-
Method Summary
Modifier and Type Method Description final StringgetClickThrough()The clickThrough URL final List<String>getClickTrackings()The clickTracking URLs -
-
Method Detail
-
getClickThrough
final String getClickThrough()
The clickThrough URL
-
getClickTrackings
final List<String> getClickTrackings()
The clickTracking URLs
-
-
-
-