Class Signals.PlaybackMethod

  • Enclosing class:
    Signals

    public static class Signals.PlaybackMethod
    extends java.lang.Object
    OpenRTB - Playback Methods
         | Value | Description                                              |
         |-------|----------------------------------------------------------|
         | 1     | Initiates on Page Load with Sound On                     |
         | 2     | Initiates on Page Load with Sound Off by Default         |
         | 3     | Initiates on Click with Sound On                         |
         | 4     | Initiates on Mouse-Over with Sound On                    |
         | 5     | Initiates on Entering Viewport with Sound On             |
         | 6     | Initiates on Entering Viewport with Sound Off by Default |
    
    • Constructor Detail

      • PlaybackMethod

        public PlaybackMethod​(int value)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getValue

        public int getValue()