GCKमल्टीज़ोन डिवाइस क्लास का रेफ़रंस
खास जानकारी
कई क्षेत्रों के ग्रुप का सदस्य डिवाइस.
- सिंस
- 3.1
NSObject, <NSCopying>, और <NSSecureCoding> इनहेरिट करता है.
इंस्टेंस के तरीके की खास जानकारी | |
(instancetype) | - initWithJSONObject: |
ऑब्जेक्ट को दिए गए JSON डेटा से शुरू करता है. ज़्यादा... | |
(instancetype) | - initWithDeviceID:friendlyName:capabilities:volumeLevel:muted: |
शुरू करने वाला व्यक्ति ज़्यादा... | |
प्रॉपर्टी की खास जानकारी | |
NSString * | deviceID |
यूनीक डिवाइस आईडी. ज़्यादा... | |
NSString * | friendlyName |
डिवाइस का सही नाम. ज़्यादा... | |
NSInteger | capabilities |
डिवाइस की क्षमताएं. ज़्यादा... | |
float | volumeLevel |
डिवाइस का वॉल्यूम लेवल. ज़्यादा... | |
BOOL | muted |
डिवाइस म्यूट है या नहीं. ज़्यादा... | |
तरीके की जानकारी
- (instancetype) initWithJSONObject: | (id) | JSONObject |
ऑब्जेक्ट को दिए गए JSON डेटा से शुरू करता है.
- (instancetype) initWithDeviceID: | (NSString *) | deviceID | |
friendlyName: | (NSString *) | friendlyName | |
capabilities: | (NSInteger) | capabilities | |
volumeLevel: | (float) | volume | |
muted: | (BOOL) | muted | |
शुरू करने वाला व्यक्ति
- Parameters
-
deviceID The unique device ID. friendlyName The device's friendly name. capabilities The device capabilities. volume The device volume level. muted Whether the device is muted.
प्रॉपर्टी की जानकारी
|
readnonatomiccopy |
यूनीक डिवाइस आईडी.
|
readnonatomiccopy |
डिवाइस का सही नाम.
|
readwritenonatomicassign |
डिवाइस की क्षमताएं.
|
readwritenonatomicassign |
डिवाइस का वॉल्यूम लेवल.
|
readwritenonatomicassign |
डिवाइस म्यूट है या नहीं.