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
API reference for the AmazonGraphicsTurboModule interface in the Kepler Graphics package.

Extends

  • KeplerTurboModule

Properties

addDisplayControllerListener()

addDisplayControllerListener: (onAddDisplay, onRemoveDisplay) => Token

Parameters

onAddDisplay
(id) => void
onRemoveDisplay
(id) => void

Returns

Token

addDisplayListener()

addDisplayListener: (onConfigChange, onRefreshRateChange, onColorDepthChange, onColorSpaceChange, onHdcpLevelChange, onAutoConfigSwitchStateChange, onMultipleRefreshRateStateChange, onLowLatencyModeStateChange, onHdrModeChange) => Token

Parameters

onConfigChange
(config) => void
onRefreshRateChange
(refreshRateInrMillihertz) => void
onColorDepthChange
(colorDepth) => void
onColorSpaceChange
(colorSpace) => void
onHdcpLevelChange
(level) => void
onAutoConfigSwitchStateChange
(state) => void
onMultipleRefreshRateStateChange
(state) => void
onLowLatencyModeStateChange
(state) => void
onHdrModeChange
(hdr_mode) => void

Returns

Token
Last modified on October 2, 2025