تاريخ التعديل الأخير: 2023-12-13 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2023-12-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`StandbyChangedEvent` is dispatched when a TV's standby state changes (entering or leaving standby)."],["Apps should always check the `isStandby` property to determine the TV's current standby status."],["`cast.framework.CastReceiverContext#getStandbyState` can be used to check if the TV's standby status is unknown."],["The `StandbyChangedEvent` constructor takes an `isStandby` parameter indicating the TV's standby state."],["`StandbyChangedEvent` inherits from `cast.framework.system.Event` and includes an `isStandby` property reflecting the TV's standby status."]]],["The `StandbyChangedEvent` is dispatched by `CastReceiverContext` when a TV enters or exits standby mode. Applications should check the `isStandby` property to determine the TV's state. The `isStandby` property is `true` if the TV is in standby and `false` otherwise. The actual standby state can also be checked by calling `getStandbyState`. The `StandbyChangedEvent` also has a `type` property. This class inherits from `cast.framework.system.Event`.\n"]]