Interface ChaptersViewModel


public interface ChaptersViewModel
  • Method Details

    • isFullScreen

      androidx.lifecycle.LiveData<Boolean> isFullScreen()
    • getCurrentChapterTitle

      androidx.lifecycle.LiveData<String> getCurrentChapterTitle()
    • isChapterTitleVisible

      androidx.lifecycle.LiveData<Boolean> isChapterTitleVisible()
    • getChapterList

      androidx.lifecycle.LiveData<List<VttCue>> getChapterList()
    • getThumbnailForChapter

      android.graphics.Bitmap getThumbnailForChapter(VttCue vttCue)
    • showChapterMenu

      void showChapterMenu()
    • hideChapterMenu

      void hideChapterMenu()
    • seekToChapter

      void seekToChapter(VttCue vttCue)
    • isUiLayerVisible

      androidx.lifecycle.LiveData<Boolean> isUiLayerVisible()
    • isChaptersAvailable

      boolean isChaptersAvailable()