Zdarzenie wywoływane przez cast.framework.CastReceiverContext w momencie zmiany widoczności aplikacji, np. po zmianie wejścia HDMI lub wyłączeniu telewizora.
Zespół
VisibilityChangedEvent
new
VisibilityChangedEvent(isvisible)
Parametr
isVisible
boolean
true, gdy aktywnym wejściem jest urządzenie przesyłające, false, gdy nie jest.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]