Constructors
new EpgLineupInformation()
new EpgLineupInformation(): EpgLineupInformationReturns
EpgLineupInformationMethods
getLastCommittedChannelLineupVersion()
static getLastCommittedChannelLineupVersion(): Promise<string>
Gets the version of the most recently committed channel lineup.
The channel lineup version can be checked to determine if the last persisted channel data needs
to be replaced with a newer version. If no lineup has been previously committed, the fixed string “NO_VERSION”
will be returned.
Throws
InternalErrorif there is any issue retrieving the last committed channel lineup version.
Returns
Promise<string>
string The version string for the most recent commit of Channel data.
getLastCommittedLiveEventLineupVersion()
static getLastCommittedLiveEventLineupVersion(): Promise<string>
Gets the version of the most recently committed live events.
The live event version can be checked to determine if the last persisted live event data needs
to be replaced with a newer version. Please refer to the developer guide for more information
on how to use this value. If no version has been previously committed, the fixed string “NO_VERSION”
will be returned.
Throws
- InternalError Ff there is any issue retrieving the last committed live event lineup version.
Returns
Promise<string>
string The version string for the most recent commit of live event data.
getLastCommittedProgramLineupVersion()
static getLastCommittedProgramLineupVersion(): Promise<string>
Gets the version of the most recently committed program lineup.
The program lineup version can be checked to determine if the last persisted program data needs
to be replaced with a newer version. If no lineup has been previously committed, the fixed string “NO_VERSION”
will be returned.
Throws
InternalErrorif there is any issue retrieving the last committed program lineup version.
Returns
Promise<string>
string The version string for the most recent commit of Program data.

