<GCKCastDeviceStatusListener> Protocol
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
GCKCastDeviceStatusListener is a protocol for receiving Cast device status change notifications.
This listener includes methods to notify when the Cast device's active input, standby, or multizone status changes.
It also provides methods to track when multizone devices are added, updated, or removed.
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."],[],[]]