Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • PulseEventType

        public PulseEventType()