public static enum POBVideoMeasurementProvider.POBVideoPlayerState extends java.lang.Enum<POBVideoMeasurementProvider.POBVideoPlayerState>
| Enum Constant and Description |
|---|
COLLAPSED
To notify Ad session that player is in collapsed state
|
EXPANDED
To notify Ad session that player is in expanded state
|
FULLSCREEN
To notify Ad session that player is in fullscreen state
|
MINIMIZED
To notify Ad session that player is in minimized state
|
NORMAL
To notify Ad session that player is in normal state
|
| Modifier and Type | Method and Description |
|---|---|
static POBVideoMeasurementProvider.POBVideoPlayerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBVideoMeasurementProvider.POBVideoPlayerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBVideoMeasurementProvider.POBVideoPlayerState FULLSCREEN
public static final POBVideoMeasurementProvider.POBVideoPlayerState MINIMIZED
public static final POBVideoMeasurementProvider.POBVideoPlayerState COLLAPSED
public static final POBVideoMeasurementProvider.POBVideoPlayerState NORMAL
public static final POBVideoMeasurementProvider.POBVideoPlayerState EXPANDED
public static POBVideoMeasurementProvider.POBVideoPlayerState[] values()
for (POBVideoMeasurementProvider.POBVideoPlayerState c : POBVideoMeasurementProvider.POBVideoPlayerState.values()) System.out.println(c);
public static POBVideoMeasurementProvider.POBVideoPlayerState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null