Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Enumeration SyncMediaReaderViewSynchronizationMethod

    Used with SyncMediaPlayer.attemptReaderViewSynchronization()

    Enumeration Members

    READER_VIEW_GOTO: "READER_VIEW_GOTO"

    Attempt synchronization by navigating the ReaderView to the SyncMediaTimelinePosition using ReaderView.goTo().

    READER_VIEW_NEXT: "READER_VIEW_NEXT"

    Attempt synchronization by navigating the ReaderView to the SyncMediaTimelinePosition using ReaderView.next().

    READER_VIEW_PREVIOUS: "READER_VIEW_PREVIOUS"

    Attempt synchronization by navigating the ReaderView to the SyncMediaTimelinePosition using ReaderView.previous().

    SYNC_MEDIA_SEEK: "SYNC_MEDIA_SEEK"

    Attempt synchronization by seeking the SyncMediaPlayer to the ReaderView's reading position.