public class POBVastPlayerConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
POBVastPlayerConfig.ConfigBuilder
An internal builder class for video config
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEndCardSkipAfter()
Number of seconds a end card must be shown before skipping is
enabled.
|
int |
getMaxDuration()
Maximum video ad duration in seconds
|
int |
getMediaUriTimeout()
Media Uri loading timeout
|
int |
getMinDuration()
Minimum video ad duration in seconds
|
int |
getSkip()
Indicates if the player will allow the video to be skipped,
where 0 = no, 1 = yes
|
int |
getSkipAfter()
Number of seconds a video must play before skipping is
enabled; only applicable if the ad is skippable.
|
int |
getSkipMin()
Videos of total duration greater than this number of seconds
can be skippable; only applicable if the ad is skippable.
|
int |
getWrapperUriTimeout()
Wrapper Uri request timeout
|
boolean |
isBackButtonEnabled()
Returns if hardware back button should be enabled or not
|
boolean |
isPlayOnMute()
Returns the player behavior to play video creative with sound On/Off.
|
boolean |
isSkipAfterCompletionEnabled()
Return true if default skip is after completion.
|
public int getMinDuration()
public int getMaxDuration()
public int getSkip()
public int getSkipMin()
public int getSkipAfter()
public int getWrapperUriTimeout()
public int getMediaUriTimeout()
public boolean isPlayOnMute()
public boolean isBackButtonEnabled()
public int getEndCardSkipAfter()
public boolean isSkipAfterCompletionEnabled()