Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.43 KB

events.md

File metadata and controls

71 lines (55 loc) · 1.43 KB

Image Events

Events

You can find here the full list of player events

Of these, the following are supported in an image playback:

Non-Durational Image Events

  • CHANGE_SOURCE_STARTED
  • SOURCE_SELECTED
  • CHANGE_SOURCE_ENDED
  • PLAYBACK_START
  • PLAYER_STATE_CHANGED
  • RESIZE
  • VISIBILITY_CHANGE
  • LOADED_METADATA
  • LOADED_DATA
  • MEDIA_LOADED
  • PLAY
  • FIRST_PLAY
  • PLAYING
  • FIRST_PLAYING

Durational Image Events

All of the above and in addition:

  • DURATION_CHANGE
  • PAUSE
  • SEEKED
  • RATECHANGE
  • USER_GESTURE
  • ENDED
  • PLAYBACK_ENDED

Kava Analytics Events

The following Analytics events supported in Image Entry playback:

Non-Durational Image Analytics Events

  • IMPRESSION
  • PLAY_REQUEST
  • PLAY
  • ERROR

Durational Image Analytics Events

  • VIEW
  • IMPRESSION
  • PLAY_REQUEST
  • PLAY
  • RESUME
  • PAUSE
  • REPLAY
  • SEEK
  • PLAY_REACHED_25_PERCENT
  • PLAY_REACHED_50_PERCENT
  • PLAY_REACHED_75_PERCENT
  • PLAY_REACHED_100_PERCENT
  • ERROR