Package com.jwplayer.pub.api.media.ads
Class AdBreak
java.lang.Object
com.jwplayer.pub.api.media.ads.AdBreak
- All Implemented Interfaces:
android.os.Parcelable
An ad break.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetTag()inthashCode()voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
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()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
equals
-
hashCode
public int hashCode()
-