-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum AdAsset.AdType
The ad types
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN
Used when none other option is matched.
PREROLL
Represents an ad to be played before the content.
MIDROLL
Represents an ad to be played during the content by interrupting it.
POSTROLL
Represents an ad to be played after the content.
-
Method Summary
Modifier and Type Method Description static Array<AdAsset.AdType>
values()
static AdAsset.AdType
valueOf(String name)
-
-
Method Detail
-
values
static Array<AdAsset.AdType> values()
-
valueOf
static AdAsset.AdType valueOf(String name)
-
-
-
-