GCKMultizoneStatus 클래스

GCKMultizoneStatus 클래스 참조

개요

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

이후
3.1

NSObject, <NSCopying>, <NSSecureCoding>을 상속합니다.

인스턴스 메서드 요약

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

숙박 시설 요약

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

메소드 세부정보

- (instancetype) initWithJSONObject: (id)  JSONObject

주어진 JSON 데이터로 객체를 초기화합니다.

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

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

숙박 시설 세부정보

- (NSArray<GCKMultizoneDevice *>*) devices
readwritenonatomiccopy

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