Protocols
The following protocols are available globally.
-
The service contract for Bookmarking feature.
See moreDeclaration
Swift
public protocol BookmarkService -
The configuration for customising bookmarking feature.
See moreDeclaration
Swift
public protocol BookmarkSessionConfiguration -
The bookmarks manager facilitates bookmarking the player current time with respect to Player progress and state change. The bookmarking could be configured using
See moreBookmarkSessionConfiguration.Declaration
Swift
public protocol BookmarksManager
-
Provider interface for getting bookmark configuration for playlist items. Client implements this to provide bookmark configuration for each media item. Called by the SDK internally when player transitions to a new item.
See moreDeclaration
Swift
public protocol MediaPlaylistItemTransitionCallback : AnyObject
Protocols Reference