Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
The @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

  1. Add the following library dependency to the dependencies section of your package.json file.
  1. 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.main declares the component as the default interactive component for the app package.
    • com.amazon.category.kepler.media declares the component to be targeted for Vega Media operations.

API Reference

Classes

Interfaces

Enumerations

  • ChangeChannelStatus — An enum for the status of the response of the change channel command.

Last modified on July 22, 2026