public static enum UnityAds.PlacementState extends java.lang.Enum<UnityAds.PlacementState>
| Enum Constant and Description |
|---|
DISABLED
Placement is disabled.
|
NO_FILL
Placement is properly configured but there are currently no ads available for the placement.
|
NOT_AVAILABLE
Current placement state is not available.
|
READY
Placement is ready to show ads.
|
WAITING
Placement is not yet ready but it will be ready in the future.
|
| Modifier and Type | Method and Description |
|---|---|
static UnityAds.PlacementState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnityAds.PlacementState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnityAds.PlacementState READY
public static final UnityAds.PlacementState NOT_AVAILABLE
public static final UnityAds.PlacementState DISABLED
public static final UnityAds.PlacementState WAITING
public static final UnityAds.PlacementState NO_FILL
public static UnityAds.PlacementState[] values()
for (UnityAds.PlacementState c : UnityAds.PlacementState.values()) System.out.println(c);
public static UnityAds.PlacementState 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