Constructors
new EpgLineupInformation()
new EpgLineupInformation():EpgLineupInformation
Returns
EpgLineupInformation
Methods
getLastCommittedChannelLineupVersion()
static getLastCommittedChannelLineupVersion(): Promise<string>
Gets the version of the most recently committed channel lineup.
Returns
Promise<string>
The version string for the most recent commit of Channel data.
Details
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
InternalError if there is any issue retrieving the last committed channel lineup version.
getLastCommittedLiveEventLineupVersion()
static getLastCommittedLiveEventLineupVersion(): Promise<string>
Gets the version of the most recently committed live events.
Returns
Promise<string>
The version string for the most recent commit of live event data.

