-
public class PlaybackMethod.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerPAGE_LOAD_SOUND_ONprivate final IntegerPAGE_LOAD_SOUND_OFFprivate final IntegerON_CLICK_SOUND_ONprivate final IntegerMOUSE_OVER_SOUND_ONprivate final IntegerENTER_VIEWPORT_SOUND_ONprivate final IntegerENTER_VIEWPORT_SOUND_OFFpublic final static PlaybackMethod.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetPAGE_LOAD_SOUND_ON()Initiates on Page Load with Sound On final IntegergetPAGE_LOAD_SOUND_OFF()Initiates on Page Load with Sound Off by Default final IntegergetON_CLICK_SOUND_ON()Initiates on Click with Sound On final IntegergetMOUSE_OVER_SOUND_ON()Initiates on Mouse-Over with Sound On final IntegergetENTER_VIEWPORT_SOUND_ON()Initiates on Entering Viewport with Sound On final IntegergetENTER_VIEWPORT_SOUND_OFF()Initiates on Entering Viewport with Sound Off by Default -
-
Method Detail
-
getPAGE_LOAD_SOUND_ON
final Integer getPAGE_LOAD_SOUND_ON()
Initiates on Page Load with Sound On
-
getPAGE_LOAD_SOUND_OFF
final Integer getPAGE_LOAD_SOUND_OFF()
Initiates on Page Load with Sound Off by Default
-
getON_CLICK_SOUND_ON
final Integer getON_CLICK_SOUND_ON()
Initiates on Click with Sound On
-
getMOUSE_OVER_SOUND_ON
final Integer getMOUSE_OVER_SOUND_ON()
Initiates on Mouse-Over with Sound On
-
getENTER_VIEWPORT_SOUND_ON
final Integer getENTER_VIEWPORT_SOUND_ON()
Initiates on Entering Viewport with Sound On
-
getENTER_VIEWPORT_SOUND_OFF
final Integer getENTER_VIEWPORT_SOUND_OFF()
Initiates on Entering Viewport with Sound Off by Default
-
-
-
-