as

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

@amazon-devices/kepler-parental-controls

Kepler Parental Controls provides a centralized way to restrict viewing of video content based on the end-user's content restriction settings.

Get started

Setup

  1. Add the following library dependency to the dependencies section of your package.json file.

    Copied to clipboard.

     "@amazon-devices/kepler-media-content-metadata": "~1.0.0",
     "@amazon-devices/kepler-parental-controls": "~1.0.0"
    
  2. Add following component and privilege in your manifest.toml.

    Copied to clipboard.

    [[wants.service]]
    id = "com.amazon.kepler.pcon.service.main"
    [[needs.privilege]]
    id = "com.amazon.kepler.parental_controls.gates.restricted-content-playback"
    

Modules


Last updated: Oct 02, 2025