public static enum UnityAds.UnityAdsShowCompletionState extends java.lang.Enum<UnityAds.UnityAdsShowCompletionState>
| Enum Constant and Description |
|---|
COMPLETED
A state that indicates that the ad was played entirely.
|
SKIPPED
A state that indicates that the user skipped the ad.
|
| Modifier and Type | Method and Description |
|---|---|
static UnityAds.UnityAdsShowCompletionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnityAds.UnityAdsShowCompletionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnityAds.UnityAdsShowCompletionState SKIPPED
public static final UnityAds.UnityAdsShowCompletionState COMPLETED
public static UnityAds.UnityAdsShowCompletionState[] values()
for (UnityAds.UnityAdsShowCompletionState c : UnityAds.UnityAdsShowCompletionState.values()) System.out.println(c);
public static UnityAds.UnityAdsShowCompletionState 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