GCKMultizoneStatus Class

  • GCKMultizoneStatus is a class reference providing the status of a multizone group.

  • The class inherits from NSObject, <NSCopying>, and <NSSecureCoding>.

  • It includes instance methods for initialization with JSON data or a list of member devices, as well as a basic init method.

  • The class has a property named 'devices' which is an array of GCKMultizoneDevice objects representing the member devices.

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...
 
(instancetype) - init
 
- (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.