Package com.brightcove.pulse
Class PulseEventType
- java.lang.Object
-
- com.brightcove.pulse.PulseEventType
-
public final class PulseEventType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PULSE_PAUSE_AD_DISMISSED
Indicates that a PauseAd from the Pulse plugin has been dismissed.static java.lang.String
PULSE_PAUSE_AD_DISPLAYED
Indicates that a PauseAd from the Pulse plugin has been displayed.
-
Constructor Summary
Constructors Constructor Description PulseEventType()
-
-
-
Field Detail
-
PULSE_PAUSE_AD_DISPLAYED
public static final java.lang.String PULSE_PAUSE_AD_DISPLAYED
Indicates that a PauseAd from the Pulse plugin has been displayed.- See Also:
- Constant Field Values
-
PULSE_PAUSE_AD_DISMISSED
public static final java.lang.String PULSE_PAUSE_AD_DISMISSED
Indicates that a PauseAd from the Pulse plugin has been dismissed.- See Also:
- Constant Field Values
-
-