GCKMultizoneStatus 클래스

GCKMultizoneStatus 클래스 참조

개요

멀티 영역 그룹의 상태입니다.

Since
3.1

NSObject, <NS복사> 및 <NSSecureCoding>을 상속합니다.

인스턴스 메서드 요약

(instancetype) - initWithJSONObject:
 지정된 JSON 데이터로 객체를 초기화합니다. 더보기...
 
(instancetype) - initWithDevices:
 지정된 구성원 기기 목록으로 객체를 초기화합니다. 더보기...
 

속성 요약

NSArray< GCKMultizoneDevice * > * devices
 멀티 영역 그룹의 구성원 기기입니다. 더보기...
 

메서드 세부정보

- (instancetype) initWithJSONObject: (id)  JSONObject

지정된 JSON 데이터로 객체를 초기화합니다.

- (instancetype) initWithDevices: (NSArray< GCKMultizoneDevice * > *)  devices

지정된 구성원 기기 목록으로 객체를 초기화합니다.

부동산 세부정보

- (NSArray<GCKMultizoneDevice *>*) devices
readwritenonatomiccopy

멀티 영역 그룹의 구성원 기기입니다.