Package org.prebid.mobile
Class Signals.PlaybackMethod
- java.lang.Object
-
- org.prebid.mobile.Signals.PlaybackMethod
-
- Enclosing class:
- Signals
public static class Signals.PlaybackMethod extends java.lang.ObjectOpenRTB - 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 |
-
-
Field Summary
Fields Modifier and Type Field Description static Signals.PlaybackMethodAutoPlaySoundOffInitiates on Page Load with Sound Off by Defaultstatic Signals.PlaybackMethodAutoPlaySoundOnInitiates on Page Load with Sound Onstatic Signals.PlaybackMethodClickToPlayInitiates on Click with Sound Onstatic Signals.PlaybackMethodEnterSoundOffInitiates on Entering Viewport with Sound Off by Defaultstatic Signals.PlaybackMethodEnterSoundOnInitiates on Entering Viewport with Sound Onstatic Signals.PlaybackMethodMouseOverInitiates on Mouse-Over with Sound On
-
Constructor Summary
Constructors Constructor Description PlaybackMethod(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
AutoPlaySoundOn
public static Signals.PlaybackMethod AutoPlaySoundOn
Initiates on Page Load with Sound On
-
AutoPlaySoundOff
public static Signals.PlaybackMethod AutoPlaySoundOff
Initiates on Page Load with Sound Off by Default
-
ClickToPlay
public static Signals.PlaybackMethod ClickToPlay
Initiates on Click with Sound On
-
MouseOver
public static Signals.PlaybackMethod MouseOver
Initiates on Mouse-Over with Sound On
-
EnterSoundOn
public static Signals.PlaybackMethod EnterSoundOn
Initiates on Entering Viewport with Sound On
-
EnterSoundOff
public static Signals.PlaybackMethod EnterSoundOff
Initiates on Entering Viewport with Sound Off by Default
-
-