Options
All
  • Public
  • Public/Protected
  • All
Menu

The type of action that triggered the syncMediaReaderViewSynchronizationStateChanged event.

Index

Enumeration members

READER_VIEW_NAVIGATION

READER_VIEW_NAVIGATION = "READER_VIEW_NAVIGATION"

The event was triggered by a ReaderView navigation, for example next(), previous() or goTo()

READER_VIEW_SCROLL

READER_VIEW_SCROLL = "READER_VIEW_SCROLL"

The event was triggered by a scroll in a scrolling renderer.

SYNC_MEDIA_PLAYBACK

SYNC_MEDIA_PLAYBACK = "SYNC_MEDIA_PLAYBACK"

The event was triggered by continuous playback of sync media.

SYNC_MEDIA_SEEK

SYNC_MEDIA_SEEK = "SYNC_MEDIA_SEEK"

The event was triggered by a SyncMediaPlayer seek, for example seekToNext(), seekToPrevious() or seekToTimelinePosition()

Generated using TypeDoc