-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum AdIntegrationKind
The integration kind of the Ad.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MEDIATAILOR
The ad is of integration type MediaTailor.
- Only available for Unified Android.
FREEWHEEL
The ad is of integration type FreeWheel.
SPOTX
The ad is of integration type SpotX.
GOOGLE_IMA
The ad is of integration type Google IMA.
THEO
The ad is of integration type THEO.
DEFAULT
The ad has no specified integration type.
-
Method Summary
Modifier and Type Method Description static AdIntegrationKind
from(@Nullable() String type)
Converts a textual representation of the integration to an actual AdIntegrationKind instance. String
toString()
static Array<AdIntegrationKind>
values()
static AdIntegrationKind
valueOf(String name)
String
getType()
The kind of the integration. -
-
Method Detail
-
from
@NonNull() static AdIntegrationKind from(@Nullable() String type)
Converts a textual representation of the integration to an actual AdIntegrationKind instance.
- For possible values, see AdIntegrationKind.
Default: DEFAULT
- Parameters:
type
- The textual representation of the integration.
-
values
static Array<AdIntegrationKind> values()
-
valueOf
static AdIntegrationKind valueOf(String name)
-
-
-
-