Un evento inviato da cast.framework.CastReceiverContext quando cambia la visibilità dell'applicazione, ad esempio quando cambia l'ingresso HDMI o la TV viene spenta.
Costruttore
VisibilityChangedEvent
nuovo
VisibilityChangedEvent(isVisibile)
Parametro
isVisible
boolean
true quando il dispositivo di trasmissione è l'ingresso attivo,
false in caso contrario.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-13 UTC."],[[["`VisibilityChangedEvent` is dispatched when the visibility of the Cast application changes, such as when the TV input is switched or the TV is powered off."],["It provides a boolean property `isVisible` indicating whether the Cast device is the active input (`true`) or not (`false`)."],["This event is an instance of `cast.framework.system.Event` and includes a `type` property to identify it."]]],[]]