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 UriAd Tag Uriint
The Ad bitrate in bits per secondlong
Ad duration in milliseconds orC.TIME_UNSET
Ad Idboolean
boolean
int
int
Ad position in the stream, one ofSdkConsts.AdPosition
long
Ad position in milliseconds within the window in case ofSdkConsts.AD_EMBEDDED
stream type orC.TIME_UNSET
double
The number of seconds of playback before the ad becomes skippable.int
Ad 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_EMBEDDED
stream 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
-
-
Constructor Details
-
Ad
public Ad()
-
-
Method Details