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

