-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AdIntegrationKindThe integration kind of the Ad.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MEDIATAILORThe ad is of integration type MediaTailor.
- Only available for Unified Android.
FREEWHEELThe ad is of integration type FreeWheel.
SPOTXThe ad is of integration type SpotX.
GOOGLE_IMAThe ad is of integration type Google IMA.
THEOThe ad is of integration type THEO.
DEFAULTThe ad has no specified integration type.
-
Method Summary
Modifier and Type Method Description static AdIntegrationKindfrom(@Nullable() String type)Converts a textual representation of the integration to an actual AdIntegrationKind instance. StringtoString()static Array<AdIntegrationKind>values()static AdIntegrationKindvalueOf(String name)StringgetType()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)
-
-
-
-