Package com.jwplayer.pub.api.media.ads
Class AdBreak
java.lang.Object
com.jwplayer.pub.api.media.ads.AdBreak
An ad break.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getTag()
int
hashCode()
void
writeToParcel
(Parcel dest, int flags)
-
Field Details
-
CREATOR
public static final <any> CREATOR
-
-
Method Details
-
getTag
- Returns:
- The ad tags that are called during the configured ad break.
-
getOffset
- Returns:
- When to play the configured ad tag.
-
getSkipOffset
- Returns:
- When we enable an ad skip
-
getAdType
- Returns:
- The ad type -- LINEAR or NONLINEAR.
-
getCustomParams
- Returns:
- The custom parameters for this ad break.
-
describeContents
public int describeContents() -
writeToParcel
public void writeToParcel(Parcel dest, int flags) -
equals
-
hashCode
public int hashCode()
-