public static enum APSMediaBuilder.APSResolvMultipleAdsConflictsBy extends java.lang.Enum<APSMediaBuilder.APSResolvMultipleAdsConflictsBy>
| Enum Constant and Description |
|---|
APSResolvMultipleAdsConflictsByDropping
Solve the issue by dropping all loaded ads.
|
APSResolvMultipleAdsConflictsBySelectingFirst
Solve the issue by only inserting the first valid ad retrieved, honoring the defined order in the VAST.
|
APSResolvMultipleAdsConflictsBySelectingRandom
Solve the issue by only inserting one random ad from the loaded batch.
|
| Modifier and Type | Method and Description |
|---|---|
static APSMediaBuilder.APSResolvMultipleAdsConflictsBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSMediaBuilder.APSResolvMultipleAdsConflictsBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSMediaBuilder.APSResolvMultipleAdsConflictsBy APSResolvMultipleAdsConflictsByDropping
public static final APSMediaBuilder.APSResolvMultipleAdsConflictsBy APSResolvMultipleAdsConflictsBySelectingFirst
public static final APSMediaBuilder.APSResolvMultipleAdsConflictsBy APSResolvMultipleAdsConflictsBySelectingRandom
public static APSMediaBuilder.APSResolvMultipleAdsConflictsBy[] values()
for (APSMediaBuilder.APSResolvMultipleAdsConflictsBy c : APSMediaBuilder.APSResolvMultipleAdsConflictsBy.values()) System.out.println(c);
public static APSMediaBuilder.APSResolvMultipleAdsConflictsBy 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