Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

IDisplayControllerListener

Listener interface for DisplayController events. NOTE: Currently only primary display hot plug events are supported in this turbomodule.

Properties

onAddDisplay

onAddDisplay: (id: Int32) => void

Triggered when a new display is added.


onRemoveDisplay

onRemoveDisplay: (id: Int32) => void

Triggered when a display is removed. When a display is removed then the "Display" object should not be used to do any operation rather it should wait for onAddDisplay() event and then use the "Display" object, otherwise the "Display" object behaviour is undefined.


Last updated: Jul 22, 2026