Enum ResolvedCompanion.Required
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ResolvedCompanion.Required extends Enum<ResolvedCompanion.Required>
Defines the required attributes of CompanionAds element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResolvedCompanion.Required.Companion
-
Field Summary
Fields Modifier and Type Field Description private final EnumEntries<ResolvedCompanion.Required>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description ALLthe media player must attempt to display the contents for all ResolvedCompanion provided. If all companion creative cannot be displayed, the ad should be disregarded and the ad server should be notified using the ResolvedAd.errorUrlTemplates.
ANYthe media player must attempt to display content from at least one of the ResolvedCompanion provided. If none of the companion creative can be displayed, the ad should be disregarded and the ad server should be notified using the ResolvedAd.errorUrlTemplates.
NONEthe media player may choose to not display any of the ResolvedCompanion, but is not restricted from doing so. The ad server may use this option when the advertiser prefers that the master Linear or NonLinear ad be displayed even if the companion cannot be displayed.
-
Method Summary
Modifier and Type Method Description final ResolvedCompanion.RequiredvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<ResolvedCompanion.Required>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<ResolvedCompanion.Required>getEntries()Defines the required attributes of CompanionAds element -
-
Method Detail
-
valueOf
final ResolvedCompanion.Required valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<ResolvedCompanion.Required> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<ResolvedCompanion.Required> getEntries()
Defines the required attributes of CompanionAds element
-
-
-
-