Một sự kiện do cast.framework.CastReceiverContext gửi đi khi chế độ hiển thị của ứng dụng thay đổi, chẳng hạn như khi đầu vào HDMI thay đổi hoặc TV bị tắt.
Hàm dựng
VisibilityChangedEvent
mới
VisibilityChangedEvent(isVisible)
Thông số
isVisible
boolean
true khi Thiết bị truyền là thiết bị đầu vào đang hoạt động, false nếu không phải.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]