-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.EventType
,java.io.Serializable
,kotlin.Comparable
public enum MediaTailorAdEventType extends Enum<MediaTailorAdEventType> implements EventType<MediaTailorAdEvent>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AD_END
Fired when an ad ends.
AD_THIRD_QUARTILE
Fired when the ad has completed playing the third quarter (75%).
AD_MIDPOINT
Fired when the ad has completed playing the first half (50%).
AD_FIRST_QUARTILE
Fired when the ad has completed playing the first quartile (25%).
AD_BEGIN
Fired when an ad has begun.
-