Package com.castlabs.android.adverts
Class Ad
java.lang.Object
com.castlabs.android.adverts.Ad
Ad container.
- Since:
- 3.2.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionAd Asset Urifinal AdPodDataInformation related to the adPod this Ad belongs toAd Tag UriintThe Ad bitrate in bits per secondlongAd duration in milliseconds orC.TIME_UNSETAd IdbooleanbooleanintintAd position in the stream, one ofSdkConsts.AdPositionlongAd position in milliseconds within the window in case ofSdkConsts.AD_EMBEDDEDstream type orC.TIME_UNSETdoubleThe number of seconds of playback before the ad becomes skippable.intAd title -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
public int positionAd position in the stream, one ofSdkConsts.AdPosition -
durationMs
public long durationMsAd duration in milliseconds orC.TIME_UNSET -
positionMs
public long positionMsAd position in milliseconds within the window in case ofSdkConsts.AD_EMBEDDEDstream type orC.TIME_UNSET -
id
Ad Id -
title
Ad title -
adTagUri
Ad Tag Uri -
adAssetUri
Ad Asset Uri -
streamType
public int streamType -
playerType
public int playerType -
skipTimeOffset
public double skipTimeOffsetThe number of seconds of playback before the ad becomes skippable. -
bitrate
public int bitrateThe Ad bitrate in bits per second -
isSkippable
public boolean isSkippable -
isUiDisabled
public boolean isUiDisabled -
adPod
Information related to the adPod this Ad belongs to
-
-
Constructor Details
-
Ad
public Ad()
-
-
Method Details