Skip to main content

ISeriesCoreConfig

Index

Properties

getEpisodeMetadata

getEpisodeMetadata: (episodeId: string, initialAssetStatus?: IInitialAssetStatus) => IEpisodeMetadata | Promise<IEpisodeMetadata>

Type declaration

navigate

navigate: (episodeId: string, forceReload?: boolean) => Promise<void>

Type declaration

    • (episodeId: string, forceReload?: boolean): Promise<void>
    • Parameters

      • episodeId: string
      • optionalforceReload: boolean

      Returns Promise<void>

optionalshouldBlockEpisodeDestroy

shouldBlockEpisodeDestroy?: (oldEpisodeId: string, newEpisodeId: string) => boolean

Type declaration

    • (oldEpisodeId: string, newEpisodeId: string): boolean
    • Parameters

      • oldEpisodeId: string
      • newEpisodeId: string

      Returns boolean

optionalshouldBlockEpisodePlay

shouldBlockEpisodePlay?: (oldEpisodeId: string, newEpisodeId: string) => boolean

Type declaration

    • (oldEpisodeId: string, newEpisodeId: string): boolean
    • Parameters

      • oldEpisodeId: string
      • newEpisodeId: string

      Returns boolean