-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum IntegrationType
The types of Integrations supported by THEOplayer.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADS
Deprecated: Superseded by specific integration such as GOOGLE_IMA or GOOGLE_DAI, since v4.3.0.
GOOGLE_IMA
GOOGLE_DAI
AWS_MEDIATAILOR
ANALYTICS
CAST
-
Method Summary
Modifier and Type Method Description static Array<IntegrationType>
values()
static IntegrationType
valueOf(String name)
-
-
Method Detail
-
values
static Array<IntegrationType> values()
-
valueOf
static IntegrationType valueOf(String name)
-
-
-
-