Package org.prebid.mobile
Class Signals.PlaybackMethod
java.lang.Object
org.prebid.mobile.Signals.PlaybackMethod
- Enclosing class:
- Signals
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 |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Signals.PlaybackMethod
Initiates on Page Load with Sound Off by Defaultstatic Signals.PlaybackMethod
Initiates on Page Load with Sound Onstatic Signals.PlaybackMethod
Initiates on Click with Sound Onstatic Signals.PlaybackMethod
Initiates on Entering Viewport with Sound Off by Defaultstatic Signals.PlaybackMethod
Initiates on Entering Viewport with Sound Onstatic Signals.PlaybackMethod
Initiates on Mouse-Over with Sound On -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AutoPlaySoundOn
Initiates on Page Load with Sound On -
AutoPlaySoundOff
Initiates on Page Load with Sound Off by Default -
ClickToPlay
Initiates on Click with Sound On -
MouseOver
Initiates on Mouse-Over with Sound On -
EnterSoundOn
Initiates on Entering Viewport with Sound On -
EnterSoundOff
Initiates on Entering Viewport with Sound Off by Default
-
-
Constructor Details
-
PlaybackMethod
public PlaybackMethod(int value)
-
-
Method Details