configureBookmarksPreLoadTask
fun ComposablePlayer.configureBookmarksPreLoadTask(assetID: String, bookmarksService: BookmarksService)
Deprecated
Use BookmarksService.getBookmark or BookmarksService.getSeriesBookmarks instead.
ComposablePlayer extension function that fetches a bookmark from the Bookmark Microservice and seeks to the specified player resume marker.
Parameters
assetID
unique identifier for the playback asset.
bookmarksService
BookmarksService instance.