@amazon-devices/kepler-channel package provides functionality that allows React Native for Vega apps to handle channel tuning operations. This package supports channel changing and channel skipping functionality for TV applications built on Vega.
Get started
Setup
- Add the following library dependency to the
dependenciessection of your package.json file.
-
In your manifest.toml, add the following privileges required to access the Vega Channel fucntionality.
Details about the two categories added for the main interactive component:
com.amazon.category.maindeclares the component as the default interactive component for the app package.com.amazon.category.kepler.mediadeclares the component to be targeted for Vega Media operations.
Related topics
API Reference
Classes
- ChangeChannelResponse
- InternalError — Error thrown when there is an internal error while attempting to perform an
- InvalidArgumentError — Error thrown when invalid arguments are passed.
- OperationError — Error thrown when the ‘IChannelHandler’ fails to handle Channel cluster
Interfaces
- IChangeChannelResponse — Interface for
IChangeChannelResponsethat is used for change channel commands. - IChangeChannelResponseBuilder — Interface for
ChannelResponseBuilderthat is used to build a . - IChannelHandler — Interface for the handler provided by channel cluster providers. It should handle channel
- IChannelServer — Interface for
ChannelServerthat provides the ability to set a handler for channel - IChannelServer2 — Revision 2 of ChannelServer interface that provides the ability to set a
- IChannelServerComponent — Component that provides a channel cluster server instance.
- IChannelServerComponent2 — Revision 2 of the ‘ChannelServerComponent’ interface which provides a
Enumerations
- ChangeChannelStatus — An enum for the status of the response of the change channel command.

