<GCKCastDeviceStatusListener> Protocol
Stay organized with collections
Save and categorize content based on your preferences.
A listener protocol for receiving Cast device status change notifications.
- Since
- 3.0
Inherits <GCKSessionNSObject>.
Called when the Cast device's active input status has changed.
- Parameters
-
castSession | The Cast session. |
activeInputStatus | The new active input status. |
Called when the Cast device's standby status has changed.
- Parameters
-
castSession | The Cast session. |
standbyStatus | The new standby status. |
Called when the Cast device's multizone status has changed.
- Parameters
-
castSession | The Cast session. |
multizoneStatus | The new multizone status. |
Called whenever a multizone device is added.
- Parameters
-
castSession | The Cast session. |
device | The newly-added multizone device. |
Called whenever a multizone device is updated.
- Parameters
-
castSession | The Cast session. |
device | The updated multizone device. |
- (void) castSession: |
|
(GCKCastSession *) |
castSession |
didRemoveMultizoneDeviceWithID: |
|
(NSString *) |
deviceID |
|
|
| |
|
optional |
Called whenever a multizone device is removed.
- Parameters
-
castSession | The Cast session. |
deviceID | The deviceID of the removed multizone device. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `GCKCastDeviceStatusListener` protocol allows you to receive notifications about changes in the status of a Cast device."],["It provides methods to monitor changes in active input, standby, and multizone status."],["You can also track the addition, update, and removal of multizone devices using this protocol."],["The protocol inherits from `GCKSessionNSObject` and is available since version 3.0 of the Cast SDK."]]],[]]