AI-generated Key Takeaways
-
GCKMultizoneStatus is a class reference providing the status of a multizone group.
-
The class inherits from NSObject,
-
It includes instance methods for initialization using JSON data or a list of member devices.
-
The class has a property named
devices
which is an array of GCKMultizoneDevice objects representing the member devices of the multizone group.
Overview
The status of a multizone group.
- Since
- 3.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
Instance Method Summary | |
(instancetype) | - initWithJSONObject: |
Initializes the object with the given JSON data. More... | |
(instancetype) | - initWithDevices: |
Initializes the object with the given list of member devices. More... | |
Property Summary | |
NSArray< GCKMultizoneDevice * > * | devices |
The member devices of the multizone group. More... | |
Method Detail
- (instancetype) initWithJSONObject: | (id) | JSONObject |
Initializes the object with the given JSON data.
- (instancetype) initWithDevices: | (NSArray< GCKMultizoneDevice * > *) | devices |
Initializes the object with the given list of member devices.
Property Detail
|
readwritenonatomiccopy |
The member devices of the multizone group.