Builder class for AdBreakStatus.
|
Builder()
|
| AdBreakStatus |
build()
Builds an
AdBreakStatus.
|
| AdBreakStatus.Builder | |
| AdBreakStatus.Builder | |
| AdBreakStatus.Builder |
setCurrentBreakClipTimeInMs(long currentBreakClipTimeInMs)
Sets the current position of the ad break clip, in milliseconds, from the start
of the ad break clip.
|
| AdBreakStatus.Builder |
setCurrentBreakTimeInMs(long currentBreakTimeInMs)
Sets the current position of the ad break, in milliseconds, from the start of
the ad break.
|
| AdBreakStatus.Builder |
setWhenSkippableInMs(long whenSkippableInMs)
Sets the number of milliseconds after the ad break clip starts when the user
can skip the ad break clip.
|
Builds an AdBreakStatus.
Sets the ID of the current ad break clip.
Sets the ID of the current ad break.
Sets the current position of the ad break clip, in milliseconds, from the start of the ad break clip.
Sets the current position of the ad break, in milliseconds, from the start of the ad break.
Sets the number of milliseconds after the ad break clip starts when the user can skip the ad break clip.
If set as
AdBreakClipInfo.AD_BREAK_CLIP_NOT_SKIPPABLE, then the ad break cannot be
skipped.
The default value is
AdBreakClipInfo.AD_BREAK_CLIP_NOT_SKIPPABLE.