Package com.jwplayer.pub.ui.viewmodels
Interface ChaptersViewModel
public interface ChaptersViewModel
-
Method Summary
Modifier and TypeMethodDescriptionandroidx.lifecycle.LiveData<String>android.graphics.BitmapgetThumbnailForChapter(VttCue vttCue) voidbooleanandroidx.lifecycle.LiveData<Boolean>androidx.lifecycle.LiveData<Boolean>androidx.lifecycle.LiveData<Boolean>voidseekToChapter(VttCue vttCue) void
-
Method Details
-
isFullScreen
androidx.lifecycle.LiveData<Boolean> isFullScreen() -
getCurrentChapterTitle
androidx.lifecycle.LiveData<String> getCurrentChapterTitle() -
isChapterTitleVisible
androidx.lifecycle.LiveData<Boolean> isChapterTitleVisible() -
getChapterList
-
getThumbnailForChapter
-
showChapterMenu
void showChapterMenu() -
hideChapterMenu
void hideChapterMenu() -
seekToChapter
-
isUiLayerVisible
androidx.lifecycle.LiveData<Boolean> isUiLayerVisible() -
isChaptersAvailable
boolean isChaptersAvailable()
-