GCKMultizoneStatus Class
Stay organized with collections
Save and categorize content based on your preferences.
The status of a multizone group.
- Since
- 3.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
- (instancetype) initWithJSONObject: |
|
(id) |
JSONObject |
|
Initializes the object with the given JSON data.
Initializes the object with the given list of member devices.
The member devices of the multizone group.
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."],[[["`GCKMultizoneStatus` encapsulates the current status of a multizone group, including information about its member devices."],["It provides methods for initialization using JSON data or a list of `GCKMultizoneDevice` objects."],["The `devices` property offers access to an array of `GCKMultizoneDevice` instances, representing the members of the multizone group."],["This class has been available since version 3.1 of the framework and inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`."]]],["The `GCKMultizoneStatus` class represents the status of a multizone group and inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`. It can be initialized with JSON data or a list of member devices via `initWithJSONObject:` and `initWithDevices:`. The class also contains a read-only property, `devices`, which is an array of `GCKMultizoneDevice` objects representing the members of the multizone group.\n"]]