Enum AdIntegration
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AdIntegration extends Enum<AdIntegration>
The integration type of the ad break(s).
-
-
Field Summary
Fields Modifier and Type Field Description private final StringadIntegrationprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<AdIntegration>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description GOOGLE_IMAGoogle IMA pre-integrated ad playback.
THEO_ADSServer-guided ad insertion (SGAI) using THEOads.
-
Method Summary
Modifier and Type Method Description final AdIntegrationvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<AdIntegration>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetAdIntegration()The textual representation of the ad integration. final EnumEntries<AdIntegration>getEntries()The integration type of the ad break(s). -
-
Method Detail
-
valueOf
final AdIntegration 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.)
- Parameters:
value- The textual representation of the ad integration.
-
values
final Array<AdIntegration> 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.
-
getAdIntegration
final String getAdIntegration()
The textual representation of the ad integration. (NonNull)
-
getEntries
final EnumEntries<AdIntegration> getEntries()
The integration type of the ad break(s).
-
-
-
-