as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

EpgLineupInformation

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.

Details

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

Ff there is any issue retrieving the last committed live event lineup version.


getLastCommittedProgramLineupVersion()

static getLastCommittedProgramLineupVersion(): Promise<string>

Gets the version of the most recently committed program lineup.

Returns

Promise<string>

The version string for the most recent commit of Program data.

Details

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

InternalError if there is any issue retrieving the last committed program lineup version.


Last updated: Sep 30, 2025